Skip to content

Releases: alexar76/aimarket-mcp

v0.2.3

Choose a tag to compare

@alexar76 alexar76 released this 28 Jul 17:35

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

Choose a tag to compare

@alexar76 alexar76 released this 28 Jul 09:15

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

Choose a tag to compare

@alexar76 alexar76 released this 28 Jul 08:33

aimarket-mcp v0.2.0

Marketplace tools on stdio (not only Streamable-HTTP), and one version string instead of four.

Highlights

  • market_search / market_invoke now 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, and server.json agree
  • Trial-tier market_invoke against live modelmarket.dev (signed receipt; 402 when allowance is spent — no invented results)
  • README documents both tools, AIMARKET_HUB_URL, and AIMARKET_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

Choose a tag to compare

@alexar76 alexar76 released this 20 Jul 17:47

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

Choose a tag to compare

@alexar76 alexar76 released this 19 Jul 15:22

Fixed

  • aimarket-mcp console 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-stdio added as an explicit alias.

Install

pip install -U aimarket-mcp
{ "mcpServers": { "aimarket-mcp": { "command": "aimarket-mcp" } } }

v0.1.0

Choose a tag to compare

@alexar76 alexar76 released this 11 Jul 21:04

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