Skip to content

v0.1.0

Choose a tag to compare

@kocicjelena kocicjelena released this 22 Jul 16:50
· 29 commits to main since this release

First release.

A Next.js App Router MCP server, MCP client, and provider-agnostic chat UI.

  • / — MCP prompt chat, served by this a
  • /chat — plain chat: pick a provider + model, set instructions
  • npx nextjs-mcp-kit init scaffolds intan empty directory

Known limitation: the Anthropic proviainst the
live API — no API key was available during development. The unavailable path
(503 with a reason) is tested; the first real Claude turn is unverified.
Ollama was verified end to end.

No tool calling and no streaming yet — both are deliberate. See docs/CONTINUE.md.