kagura-agent
4d1f1dccf9
fix: normalize numeric MCP server names to str ( fixes #6901 )
...
YAML parses bare numeric keys (e.g. `12306:`) as int, causing
TypeError when sorted() is called on mixed int/str collections.
Changes:
- Normalize toolset_names entries to str in _get_platform_tools()
- Cast MCP server name to str(name) when building enabled_mcp_servers
- Add regression test
2026-04-11 02:03:20 -07:00
..
2026-04-08 04:56:20 -07:00
2026-04-10 05:19:21 -07:00
2026-04-10 14:46:57 -07:00
2026-04-10 03:44:43 -07:00
2026-04-07 11:41:26 -07:00
2026-04-07 10:25:31 -07:00
2026-04-10 21:15:47 -07:00
2026-03-29 20:10:00 -07:00
2026-03-30 17:07:21 -07:00
2026-04-10 21:18:34 -07:00
2026-04-11 01:56:55 -07:00
2026-04-10 03:44:43 -07:00
2026-04-07 22:49:01 -07:00
2026-04-10 19:15:50 -07:00
2026-03-26 01:34:27 -07:00
2026-04-11 01:04:41 -07:00
2026-04-10 05:54:37 -07:00
2026-03-25 15:02:03 -07:00
2026-04-10 21:18:34 -07:00
2026-04-07 10:25:31 -07:00
2026-04-11 01:52:58 -07:00
2026-03-30 08:10:23 -07:00
2026-04-07 10:40:34 -07:00
2026-04-10 05:52:45 -07:00
2026-04-10 14:46:57 -07:00
2026-04-11 01:04:41 -07:00
2026-04-11 01:56:55 -07:00
2026-03-25 19:47:58 -07:00
2026-04-10 19:15:50 -07:00
2026-04-10 19:15:50 -07:00
2026-04-10 13:37:45 -07:00
2026-04-11 01:04:41 -07:00
2026-04-09 21:48:50 -07:00
2026-04-11 01:56:55 -07:00
2026-04-10 05:54:37 -07:00
2026-04-10 12:54:18 -07:00
2026-04-07 10:25:31 -07:00
2026-04-10 05:54:37 -07:00
2026-04-11 02:03:20 -07:00
2026-04-10 02:41:33 -07:00
2026-04-07 10:40:34 -07:00