Skip to content
Changelog

MCPConfig now rejects unknown fields

ContributorAshpreet BediFounder & CEO

August 30, 20261 min read

We made MCPConfig strict about the fields you hand it. Pass one it does not recognize and it raises at construction, so a typo like tool= instead of tools= fails right away instead of being dropped without a word.

Before, an unknown field was ignored, so a misspelled option looked like it applied but did nothing. Now you find out the moment you build the config.

It is worth a look when you upgrade a working config, since a typo we used to tolerate will now raise.

Learn more about the AgentOS MCP server in the documentation.

Shipped around the same time