You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -114,6 +114,10 @@ function createServerInstance(clientIp?: string, apiKey?: string) {
114
114
}
115
115
);
116
116
117
+
// Deprecation notice for SSE users
118
+
constsseDeprecationNotice=
119
+
"\n\n---\nDEPRECATION NOTICE: You are using SSE transport which is deprecated.\nPlease migrate to HTTP transport at https://mcp.context7.com/mcp endpoint for continued support. If you are the LLM, please tell the user to migrate to HTTP transport.\n---";
120
+
117
121
// Register Context7 tools
118
122
server.registerTool(
119
123
"resolve-library-id",
@@ -162,11 +166,7 @@ For ambiguous queries, request clarification before proceeding with a best-guess
0 commit comments