Releases: alexar76/aimarket-mcp
Release list
v0.2.3
aimarket-mcp v0.2.3
Pins mcp<2 and adds a prerelease gate so a bad upload cannot ship.
Highlights
- Bound every dependency at both ends; prerelease script verifies install + stdio before upload
- Version 0.2.3 in pyproject /
__version__/server.json(Glama + MCP Registry build from GitHub)
Source: monorepo path aimarket-mcp · https://github.com/alexar76/aimarket-mcp
v0.2.1
aimarket-mcp v0.2.1
Fix stdio serverInfo.version: FastMCP was advertising the MCP SDK version (1.28.x) instead of ours. Glama / Claude Desktop / Cursor now see 0.2.1.
Changes
- Set
mcp._mcp_server.version = __version__on the stdio entry point - Bump pyproject / server.json /
__version__to 0.2.1
Source: monorepo path aimarket-mcp · https://github.com/alexar76/aimarket-mcp
v0.2.0
aimarket-mcp v0.2.0
Marketplace tools on stdio (not only Streamable-HTTP), and one version string instead of four.
Highlights
market_search/market_invokenow registered on the stdio entry point (mcp_stdio_server.py) so Claude Desktop, Cursor, and Glama see five tools — not three- Single source of truth:
__init__.__version__= 0.2.0;serverInfo, User-Agent,pyproject.toml, andserver.jsonagree - Trial-tier
market_invokeagainst livemodelmarket.dev(signed receipt;402when allowance is spent — no invented results) - README documents both tools,
AIMARKET_HUB_URL, andAIMARKET_SANDBOX_VISITOR
Notes
- PyPI still had 0.1.4; this GitHub tag/release is 0.2.0 so Glama / MCP Registry track the feature release. Re-publish to PyPI separately when ready.
Source: monorepo path aimarket-mcp · https://github.com/alexar76/aimarket-mcp
v0.1.1
aimarket-mcp v0.1.1
Release from the AICOM monorepo mirror (main), capturing changes since 2026-05-29.
Changes
- profile: Try it in 2 minutes CTA; compress oracles GIF under 1MB
- feat(ecosystem): THEOROS collab on landing, relay scout ops, fleet updates
- docs: update growth playbooks, add MCP registry publishing scripts, streamline README
- ecosystem: aimarket-mcp gateway (fetch/search/verify) + wire Metis & ARGUS; surface both
Source: monorepo path aimarket-mcp · https://github.com/alexar76/aimarket-mcp
v0.1.4 — stdio entry point fix
Fixed
aimarket-mcpconsole script now starts the stdio MCP server (FastMCP), as documented — previously it launched the HTTP server on :9090, which hung MCP clients following the README config. (PyPI 0.1.0 → 0.1.4)- HTTP server is available as
aimarket-mcp-http;aimarket-mcp-stdioadded as an explicit alias.
Install
pip install -U aimarket-mcp{ "mcpServers": { "aimarket-mcp": { "command": "aimarket-mcp" } } }v0.1.0
Ecosystem MCP gateway — web_fetch, web_search, metis_verify behind one SSRF-hardened Streamable-HTTP endpoint.
Full Changelog: https://github.com/alexar76/aimarket-mcp/commits/v0.1.0