console-mcp-server version 1.3.0-rc.5 get_configuration tool returns bad results when ref provided is a version (rather than a revision) #668
alexevansvu
started this conversation in
Product Feedback
Replies: 1 comment
|
Thanks for reporting, |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
What product would you like to leave feedback for?
Marketplace
What Console version are you using?
v14.5.5
Description
When retrieving project configuration by version tag the MCP toolreturns a response with nearly all configuration fields empty, even though the same version should have complete configuration data. Notably, revisions return correctly populated configuration fields
Steps to Reproduce
Expected Behavior
Configuration retrieved by version should contain the same populated fields as configuration retrieved by revision, including:
Actual Behavior
Configuration retrieved by version returns with nearly all fields empty:
{
"endpoints": {},
"collections": {},
"groups": [],
"secrets": [],
"cmsCategories": {},
"services": {},
"applications": {},
"apiVersions": [],
"unsecretedVariables": [],
// ... other empty structures
}
Only the cmsSettings and fastDataConfig fields contain data.
Impact
Workaround
Viewing versions within the Mia Console works just fine, this is only an issue with the mia mcp server
All reactions