refactor(mcp): simplify tools collection using maps.Collect
林玮 (Jade Lin)
created
- Replace manual map construction with maps.Collect for MCP tools
- Remove redundant loop that iterated over mcpTools.Seq2()
- Maintain same functionality with cleaner, more idiomatic code