Skip to content

Commit af3eb35

Browse files
MQ37jirispilka
andauthored
Update src/mcp-server.ts
Co-authored-by: Jiří Spilka <[email protected]>
1 parent 6879923 commit af3eb35

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/mcp-server.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ export class ActorsMcpServer {
8383
* @returns {object} - The response object containing the tools.
8484
*/
8585
this.server.setRequestHandler(ListToolsRequestSchema, async () => {
86+
// TODO if there is actor-mcp as a tool, also list the tools from that Actor
8687
const tools = Array.from(this.tools.values()).map((tool) => (tool.tool));
8788
return { tools };
8889
});

0 commit comments

Comments
 (0)