Commit 1929f5b8 authored by dangdoan's avatar dangdoan

update stdio

parent 25bf8018
// {
// "servers": {
// "asisstant-memory": {
// "command": "python",
// "args": ["c:\\Work\\MeU Solutions\\Project\\meu-fastmcp\\memory_mcp_server.py"],
// "type": "stdio"
// }
// }
// }
//Dùng http server thay stdio để dễ debug hơn
{ {
"servers": { "servers": {
"assistant-memory": { "assistant-memory": {
"type": "http", "command": "python",
"url": "http://mcp-dev.meucorp.com" "args": ["c:\\Work\\MeU Solutions\\Project\\meu-fastmcp\\memory_mcp_server_stdio.py"],
"type": "stdio"
} }
} }
} }
//Dùng http server thay stdio để dễ debug hơn
// {
// "servers": {
// "assistant-memory": {
// "type": "http",
// "url": "http://localhost:8090"
// }
// }
// }
\ No newline at end of file
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment