Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@ The Digital Samba Embedded API MCP Server is a comprehensive Model Context Proto
# Install globally
npm install -g @digitalsamba/embedded-api-mcp-server

# Or use directly with npx
npx @digitalsamba/embedded-api-mcp-server --developer-key YOUR_DEVELOPER_KEY
# Or use directly with npx (recommended)
npx @digitalsamba/embedded-api-mcp-server@latest --developer-key YOUR_DEVELOPER_KEY
```

## Quick Start
Expand All @@ -104,7 +104,7 @@ Add to your Claude Desktop configuration (`~/Library/Application Support/Claude/
"mcpServers": {
"digital-samba": {
"command": "npx",
"args": ["@digitalsamba/embedded-api-mcp-server", "--developer-key", "YOUR_DEVELOPER_KEY"]
"args": ["@digitalsamba/embedded-api-mcp-server@latest", "--developer-key", "YOUR_DEVELOPER_KEY"]
}
}
}
Expand Down
Loading