mirror of
https://github.com/upstash/context7.git
synced 2025-12-02 01:50:09 +00:00
Merge pull request #283 from nielthiart/fix-initialize-result
This commit is contained in:
commit
d2083b92a7
17
src/index.ts
17
src/index.ts
@ -48,15 +48,16 @@ const sseTransports: Record<string, SSEServerTransport> = {};
|
||||
|
||||
// Function to create a new server instance with all tools registered
|
||||
function createServerInstance() {
|
||||
const server = new McpServer({
|
||||
name: "Context7",
|
||||
description: "Retrieves up-to-date documentation and code examples for any library.",
|
||||
version: "1.0.13",
|
||||
capabilities: {
|
||||
resources: {},
|
||||
tools: {},
|
||||
const server = new McpServer(
|
||||
{
|
||||
name: "Context7",
|
||||
version: "1.0.13",
|
||||
},
|
||||
});
|
||||
{
|
||||
instructions:
|
||||
"Use this server to retrieve up-to-date documentation and code examples for any library.",
|
||||
}
|
||||
);
|
||||
|
||||
// Register Context7 tools
|
||||
server.tool(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user