You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adds the hosted Maeve Social Streamable HTTP MCP server to the registry. The entry uses the public maeve-agent repository, documents OAuth and optional API-key authentication, and includes representative tools for workspace discovery, integration capabilities, content drafting and scheduling, publishing, media, and analytics. Validation: PYTHONUTF8=1 python validate.py.
hi @jared-james
thanks for pr! Hosted endpoint is live, its OAuth protected-resource metadata is available and version 0.7.3 matches the current public release. However, I’m requesting changes for a few correctness and usability issues:
This is a remote-only MCP, but the registry entry does not contain its actual endpoint (https://api.maevesocial.com/mcp) or any usable connection configuration. The repository URL cannot substitute for the MCP endpoint. Since the current registry schema has no remotes or remote_url field, we should add that support first or hold this entry until remote servers can be represented correctly.
The linked repository states that it does not contain Maeve’s private application repositories. It provides the agent plugin, configuration, and documentation, but not the hosted MCP implementation. Please clarify whether closed-source hosted servers are accepted by the registry, whose repository field is currently defined as the source-code repository.
publish_now.confirmationText is documented as mandatory and never auto-confirmable, but it is missing from the tool schema’s required array. Please add it to prevent the registry schema from advertising an unsafe or invalid call.
get_analytics_summary.days has no JSON Schema type. Please model its actual accepted values, including the documented 1–90 day range or all.
Maeve’s documentation says tool availability is dynamic and relies on search_mcp_tools, get_active_mcp_tools, and activate_mcp_toolsets. These discovery tools should be included, or the entry should clearly explain that the listed tools may require toolset activation.
The validator passes, but it only verifies the YAML structure and does not catch these operational or tool-schema issues.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds the hosted Maeve Social Streamable HTTP MCP server to the registry. The entry uses the public maeve-agent repository, documents OAuth and optional API-key authentication, and includes representative tools for workspace discovery, integration capabilities, content drafting and scheduling, publishing, media, and analytics. Validation: PYTHONUTF8=1 python validate.py.