Changed MCP Server tool name

master
oabrivard 3 months ago
parent e188c6d8b0
commit 7bb662e2b7

@ -8,10 +8,10 @@ const {
LLM_PROVIDERS, LLM_PROVIDERS,
} = require("./get_popularity"); } = require("./get_popularity");
const log = (...args) => console.error("[mcp-spotify]", ...args); const log = (...args) => console.error("[mcp-song-popularity]", ...args);
const server = new McpServer({ const server = new McpServer({
name: "spotify-tools", name: "song-popularity-tools",
version: "1.0.0", version: "1.0.0",
}); });

Loading…
Cancel
Save