Separating server files

This commit is contained in:
2025-04-06 22:11:08 -03:00
parent dba295b2ee
commit 5c7c8c2a8a
10 changed files with 144 additions and 61 deletions

View File

@@ -1,6 +1,18 @@
# TSMCP
## Config file must be a json in format:
```json
{
"mcpServers": {
"serverName": {
"command": "node",
"args": [
"C:\\PATH\\TO\\PARENT\\FOLDER\\servername\\build\\index.js"
]
}
}
}
```
## use inspector to test mcp server
https://www.npmjs.com/package/@modelcontextprotocol/inspector