MCP.so
ログイン

Pure Java 21 MCP Server

@aliaksandr-haurylau-godel

Pure Java 21 MCP Server について

概要はまだありません

基本情報

カテゴリ

その他

ランタイム

java

トランスポート

stdio

公開者

aliaksandr-haurylau-godel

設定

標準の設定はありません

このサーバーの README には解析可能な MCP 設定ブロックが含まれていません。インストール手順はリポジトリをご確認ください。

リポジトリ

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is Pure Java 21 MCP Server?

An implementation of a Model Context Protocol (MCP) server written in pure Java 21, built from scratch without external MCP-specific SDKs. It uses STDIO transport with Content-Length framed JSON-RPC messages and is intended for developers who need a lightweight, Java-native MCP server.

How to use Pure Java 21 MCP Server?

Ensure Java 21 and the Gson library JAR are available. Place the Gson JAR in a lib directory, compile all Java sources into bin, then run the server using java -cp "bin:lib/gson-2.10.1.jar" io.modelcontextprotocol.server.Main. The server listens for JSON-RPC messages on standard input.

Key features of Pure Java 21 MCP Server?

  • Pure Java 21 implementation with no external MCP SDKs
  • STDIO transport with Content-Length header framing
  • Implements initialize, initialized, shutdown, and exit lifecycle
  • Provides a single tool: echoTool (echoes a message)
  • Logging to file (mcp-server.log) and console

Use cases of Pure Java 21 MCP Server?

  • Testing MCP client-server communication over STDIO
  • Demonstrating tool-calling with a simple echo tool
  • Validating MCP protocol implementation in Java
  • Lightweight integration into Java applications requiring MCP

FAQ from Pure Java 21 MCP Server

What are the prerequisites for Pure Java 21 MCP Server?

Java 21 SDK and the Gson library JAR (e.g., gson-2.10.

コメント

「その他」の他のコンテンツ