Skip to content

tashda/tds-mcp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TDS MCP Server

This project is a Model Context Protocol (MCP) server for the Microsoft TDS (Tabular Data Stream) protocol specification.

Features

  • Integrates with MCP-compatible clients.
  • Provides context and tools related to the MS-TDS protocol.

Setup

  1. Install dependencies:

    npm install
  2. Build the project:

    npm run build

Running the Server

To run the server in development mode:

npm run dev

To run the compiled server:

npm start

Structure

  • src/ - TypeScript source code
  • dist/ - Compiled JavaScript output
  • spec/ - TDS specification data (JSON files)
  • languages/ - Language-specific mappings
  • [MS-TDS].pdf - Microsoft Tabular Data Stream Protocol specification document

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors