This project is a Model Context Protocol (MCP) server for the Microsoft TDS (Tabular Data Stream) protocol specification.
- Integrates with MCP-compatible clients.
- Provides context and tools related to the MS-TDS protocol.
-
Install dependencies:
npm install
-
Build the project:
npm run build
To run the server in development mode:
npm run devTo run the compiled server:
npm startsrc/- TypeScript source codedist/- Compiled JavaScript outputspec/- TDS specification data (JSON files)languages/- Language-specific mappings[MS-TDS].pdf- Microsoft Tabular Data Stream Protocol specification document