Skip to content

Commit d897970

Browse files
committed
Update readme with correct package
1 parent 910ea67 commit d897970

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Linear MCP Server
22

3-
[![smithery badge](https://smithery.ai/badge/linear-mcp-server)](https://smithery.ai/server/linear-mcp-server)
3+
[![npm version](https://img.shields.io/npm/v/linear-mcp-server.svg)](https://www.npmjs.com/package/linear-mcp-server) [![smithery badge](https://smithery.ai/badge/linear-mcp-server)](https://smithery.ai/server/linear-mcp-server)
44

55
A [Model Context Protocol](https://github.com/modelcontextprotocol) server for the [Linear API](https://developers.linear.app/docs/graphql/working-with-the-graphql-api).
66

@@ -30,7 +30,7 @@ npx @smithery/cli install linear-mcp-server --client claude
3030
"command": "npx",
3131
"args": [
3232
"-y",
33-
"@modelcontextprotocol/server-linear"
33+
"linear-mcp-server"
3434
],
3535
"env": {
3636
"LINEAR_API_KEY": "your_linear_api_key_here"
@@ -98,7 +98,7 @@ npx @smithery/cli install linear-mcp-server --client claude
9898

9999
Some example prompts you can use with Claude Desktop to interact with Linear:
100100

101-
1. "Show me all my high-priority issues" → execute the `search_issues` tool and/or `linear-user:///{userId}/assigned` to find issues assigned to you with priority 1
101+
1. "Show me all my high-**priority** issues" → execute the `search_issues` tool and/or `linear-user:///{userId}/assigned` to find issues assigned to you with priority 1
102102

103103
2. "Based on what I've told you about this bug already, make a bug report for the authentication system" → use `create_issue` to create a new high-priority issue with appropriate details and status tracking
104104

0 commit comments

Comments
 (0)