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
{{ message }}
This repository was archived by the owner on Jun 21, 2026. It is now read-only.
search_similar() - Vector search for similar markets
Why it matters:
Publishing a plugin with unimplemented core functionality misleads users and creates a poor experience. The plugin appears to work but critical features are stubs.
Suggested Solution
Implement the actual MCP client calls to memvid-state-service
Or, document clearly which features are pending
Or, remove the plugin from the marketplace until complete
Add integration tests for these methods
Acceptance Criteria
All 4 TODOs resolved with actual implementation
Integration tests added for memvid client
Documentation updated to reflect actual capabilities
Problem
The
mcp-predictive-marketplugin has 4 unimplemented TODO comments in its memvid client.Current state:
File:
plugins/mcp-predictive-market/src/mcp_predictive_market/state/memvid_client.pyLines 44, 63, 82, 99 all contain:
# TODO: Implement MCP client call to memvid-state-serviceThese are core methods for:
store_state()- Storing market stateget_state()- Retrieving market stateget_conversation_history()- Getting conversation contextsearch_similar()- Vector search for similar marketsWhy it matters:
Publishing a plugin with unimplemented core functionality misleads users and creates a poor experience. The plugin appears to work but critical features are stubs.
Suggested Solution
Acceptance Criteria