AI-powered project planning tools for Autoplans.dev with 14+ MCP tools
This repo contains everything needed to publish your Autoplans.dev MCP server to the official registry: 1. - MCP Registry manifest using latest 2025-10-17 schema 2. - npm package configuration 3. - stdio wrapper that proxies to your HTTP API 4. - Original manifest (kept for reference) Your server runs as HTTP at , but the MCP Registry expects stdio-based packages. Our wrapper solves this by:…
Verification confirms publisher identity (repo ownership), not code safety. The security scan covers known CVEs and suspicious install scripts — it cannot prove the absence of malicious code.
This repo contains everything needed to publish your Autoplans.dev MCP server to the official registry: 1. ** - MCP Registry manifest using latest 2025-10-17 schema 2. - npm package configuration 3. - stdio wrapper that proxies to your HTTP API 4. - Original manifest (kept for reference) Your server runs as HTTP at , but the MCP Registry expects stdio-based packages. Our wrapper solves this by: Publishing an npm package that provides stdio transport Proxying MCP stdio calls to your HTTP API…