Skip to content

r33drichards/mcp-js

v0.10.22 Feature

This release adds 2 notable features for engineering teams evaluating rollout.

Published 28d MCP Developer Tools
✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Topics

javascript mcp mcp-server

Summary

AI summary

Added agent discovery endpoints and MCP Resource Server for self‑orientation and documentation access.

Full changelog

What's Changed

New Features

  • Agent discovery endpoints (#148): AI agents can now self-orient by hitting the server root

    • GET / → redirects to /llms.txt
    • GET /llms.txt → machine-readable llms.txt guide (connection options, tools, REST API)
    • GET /docs → full README embedded at compile time
    • GET /api/tools → JSON list of available MCP tools, mode-aware (stateful vs stateless)
  • MCP Resource Server (#150): agents connecting via MCP can now read documentation without a web request

    • resources/list → four resources: docs://readme, docs://llms-txt, docs://openapi, docs://tools
    • resources/read <uri> → returns content for any of the above
    • Both stateful and stateless services advertise the resources capability

Weekly OSS security release digest.

The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.

No spam, unsubscribe anytime.

Share this release

Track r33drichards/mcp-js

Get notified when new releases ship.

Sign up free

About r33drichards/mcp-js

A Javascript code execution sandbox that uses v8 to isolate code to run AI generated javascript locally without fear. Supports heap snapshotting for persistent sessions.

All releases →

Related context

Earlier breaking changes

  • v0.11.0 Switch license from ISC to GNU Affero General Public License v3

Beta — feedback welcome: [email protected]