This commit is contained in:
pablof7z
2025-04-10 12:43:27 +01:00
parent 5e2b32eb78
commit e888300807

View File

@@ -53,12 +53,19 @@ bun run build
## Usage ## Usage
### Setup
For the initial setup run
```bash
./mcp-code setup
```
### As an MCP Server ### As an MCP Server
Run without arguments to start the MCP server mode, which listens for MCP protocol messages on stdin and responds on stdout: Run without arguments to start the MCP server mode, which listens for MCP protocol messages on stdin and responds on stdout:
```bash ```bash
./mcp-code ./mcp-code mcp
``` ```
### CLI Commands ### CLI Commands
@@ -89,14 +96,6 @@ bun run format
bun run check bun run check
``` ```
## Dependencies
- [@modelcontextprotocol/sdk](https://github.com/model-context-protocol/sdk) - SDK for the Model Context Protocol
- [@nostr-dev-kit/ndk](https://github.com/nostr-dev-kit/ndk) - Nostr Development Kit
- [@nostr-dev-kit/ndk-wallet](https://github.com/nostr-dev-kit/ndk-wallet) - Wallet integration for NOSTR
- [commander](https://github.com/tj/commander.js) - Command-line interface framework
- [yaml](https://github.com/eemeli/yaml) - YAML parsing and serialization
## License ## License
MIT MIT