Skip to content

v0.1.0

Latest

Choose a tag to compare

@kiransth77 kiransth77 released this 27 Nov 11:45
· 17 commits to main since this release

Description:
Initial release of AionMCP - model-independent MCP server

Features:

  • Multi-format API specification support (OpenAPI 3.0, GraphQL, AsyncAPI 2.0+)
  • Model-independent REST API for any LLM integration
  • Dynamic tool registration from API specs
  • Self-learning engine with feedback collection
  • VS Code extension with full IDE integration
  • Hot-reload capability for spec updates

Installation:

  • Download binary for your platform
  • Extract: tar xzf aionmcp-v0.1.0-*.tar.gz
  • Run: ./aionmcp-server

Docker:

  • Image: ghcr.io/kiransth77/aionmcp:0.1.0
  • Usage: docker-compose up

Documentation: