mirror of
https://github.com/modelcontextprotocol/servers.git
synced 2026-04-27 08:15:16 +02:00
Merge branch 'main' into azure-mcp
This commit is contained in:
@@ -189,7 +189,7 @@ const knowledgeGraphManager = new KnowledgeGraphManager();
|
|||||||
// The server instance and tools exposed to Claude
|
// The server instance and tools exposed to Claude
|
||||||
const server = new Server({
|
const server = new Server({
|
||||||
name: "memory-server",
|
name: "memory-server",
|
||||||
version: "1.0.0",
|
version: "0.6.3",
|
||||||
}, {
|
}, {
|
||||||
capabilities: {
|
capabilities: {
|
||||||
tools: {},
|
tools: {},
|
||||||
@@ -416,4 +416,4 @@ async function main() {
|
|||||||
main().catch((error) => {
|
main().catch((error) => {
|
||||||
console.error("Fatal error in main():", error);
|
console.error("Fatal error in main():", error);
|
||||||
process.exit(1);
|
process.exit(1);
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user