@rk0429/agentic-relay 19.0.0 → 19.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -699,7 +699,7 @@ const TOOL_DESCRIPTIONS = {
|
|
|
699
699
|
export function createRelayMcpServer(options) {
|
|
700
700
|
const server = new McpServer({
|
|
701
701
|
name: "agentic-relay",
|
|
702
|
-
version: "
|
|
702
|
+
version: "19.0.1",
|
|
703
703
|
});
|
|
704
704
|
if (options.allowSpawnAgents) {
|
|
705
705
|
server.registerTool("spawn_agents", {
|