mirror of
https://github.com/bendtherules/ask262.git
synced 2026-08-18 13:21:55 +00:00
docs(readme): update MCP configuration instructions to use bunx instead of bun and remove outdated install sections.
This commit is contained in:
@@ -43,15 +43,15 @@ bun install
|
|||||||
|
|
||||||
## MCP Configuration
|
## MCP Configuration
|
||||||
|
|
||||||
Add to your MCP client configuration:
|
Add to your MCP client configuration using `bunx` (no installation required):
|
||||||
|
|
||||||
**Claude Desktop** (`claude_desktop_config.json`):
|
**Claude Desktop** (`claude_desktop_config.json`):
|
||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
"mcpServers": {
|
"mcpServers": {
|
||||||
"ask262": {
|
"ask262": {
|
||||||
"command": "bun",
|
"command": "bunx",
|
||||||
"args": ["run", "/path/to/ask262/src/mcp-server.ts"]
|
"args": ["ask262"]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -61,29 +61,6 @@ Add to your MCP client configuration:
|
|||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
"servers": {
|
"servers": {
|
||||||
"ask262": {
|
|
||||||
"command": "bun",
|
|
||||||
"args": ["run", "src/mcp-server.ts"]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
```
|
|
||||||
|
|
||||||
**Via global install** (after `bun install -g ask262`):
|
|
||||||
```json
|
|
||||||
{
|
|
||||||
"mcpServers": {
|
|
||||||
"ask262": {
|
|
||||||
"command": "ask262"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
```
|
|
||||||
|
|
||||||
**Via bunx** (no installation required):
|
|
||||||
```json
|
|
||||||
{
|
|
||||||
"mcpServers": {
|
|
||||||
"ask262": {
|
"ask262": {
|
||||||
"command": "bunx",
|
"command": "bunx",
|
||||||
"args": ["ask262"]
|
"args": ["ask262"]
|
||||||
|
|||||||
Reference in New Issue
Block a user