mirror of
https://github.com/navidrome/navidrome.git
synced 2025-05-07 05:41:07 +03:00
fix: update MCP server path for agent initialization
Change the MCP server path in MCPAgent from a WASM file to a directory. This adjustment aligns with recent enhancements to the MCPAgent's handling of server types, ensuring proper initialization and access to the server resources.
This commit is contained in:
parent
fb0714562d
commit
674129a34b
@ -27,7 +27,7 @@ import (
|
|||||||
// Exported constants for testing
|
// Exported constants for testing
|
||||||
const (
|
const (
|
||||||
McpAgentName = "mcp"
|
McpAgentName = "mcp"
|
||||||
McpServerPath = "/Users/deluan/Development/navidrome/plugins-mcp/mcp-server.wasm"
|
McpServerPath = "/Users/deluan/Development/navidrome/plugins-mcp/mcp-server"
|
||||||
McpToolNameGetBio = "get_artist_biography"
|
McpToolNameGetBio = "get_artist_biography"
|
||||||
McpToolNameGetURL = "get_artist_url"
|
McpToolNameGetURL = "get_artist_url"
|
||||||
initializationTimeout = 10 * time.Second
|
initializationTimeout = 10 * time.Second
|
||||||
|
Loading…
x
Reference in New Issue
Block a user