-
-
Save EngincanV/3e792b016c04765195eea51f7b59a5ed to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "mcpServers": { | |
| "timeServer": { | |
| "command": "dotnet", | |
| "args": [ | |
| "run", | |
| "--project", | |
| "path/to/your/McpTimeServer", //absolute path to the MCP server project | |
| "--no-build" | |
| ] | |
| } | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment