microsoft/mcp

feat: Add Azure Synapse Analytics tools to Azure MCP Server

開放

#2,122 建立於 2026年3月19日

 (3 則留言) (0 個反應) (0 位負責人)C# (560 個分叉)auto 404
customer-reportedhelp wantedonboardingquestionserver-Azure.Mcp

倉庫指標

星標
 (3,498 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

Summary

I'd like to contribute Azure Synapse Analytics support to the Azure MCP Server. Azure Synapse is currently not covered in any of the 173 existing tools (confirmed in v1.0.4).

Proposed tools

  • list_synapse_databases
  • list_synapse_tables
  • describe_synapse_table
  • run_synapse_query
  • run_synapse_statement
  • list_synapse_pipelines
  • run_synapse_pipeline
  • get_synapse_pipeline_run_status
  • list_synapse_spark_jobs
  • submit_synapse_spark_job
  • list_synapse_notebooks

Implementation

I have a working Python prototype at: https://github.com/manjotsingh20/azure-synapse-mcp

Happy to port this to C# and follow the Azure MCP Server conventions.

貢獻者指南