mirror of
https://github.com/aljazceru/mcp-code.git
synced 2025-12-17 04:35:19 +01:00
cleanup
This commit is contained in:
17
README.md
17
README.md
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user