Description
OpenAI released their Apps SDK this past Monday along with an example repo for implementing this in FastMCP.
The example repo required creating custom handlers in order to support the _meta field that the Apps SDK depends on in several places. This field is part of the protocol, but not handled via the SDK.
This issue is to consolidate the features and existing PRs that are necessary for full support.
References
https://developers.openai.com/apps-sdk/build/mcp-server
https://github.com/openai/openai-apps-sdk-examples/blob/main/pizzaz_server_python/main.py
Description
OpenAI released their Apps SDK this past Monday along with an example repo for implementing this in FastMCP.
The example repo required creating custom handlers in order to support the
_metafield that the Apps SDK depends on in several places. This field is part of the protocol, but not handled via the SDK.This issue is to consolidate the features and existing PRs that are necessary for full support.
References
https://developers.openai.com/apps-sdk/build/mcp-server
https://github.com/openai/openai-apps-sdk-examples/blob/main/pizzaz_server_python/main.py