citygml_mcp_server

citygml_mcp_server

0

This project provides an implementation of a server that accesses CityGML data utilizing the Model Context Protocol (MCP). It features functionalities like message echoing and includes both stdio and HTTP server implementations.

CityGML MCP Server

This project implements a server to access CityGML data using the Model Context Protocol (MCP).

Features

  • Echo Resource: Implements a simple resource for echoing messages
  • Echo Tool: Implements a tool for echoing messages
  • Echo Prompt: Implements a prompt for message formatting

Structure

  • src/index.ts: Implements the basic stdio-based MCP server
  • src/http-server.ts: Implements the HTTP and SSE-based MCP server
  • src/client.ts: MCP client example