File: README.md

package info (click to toggle)
python-azure 20250603%2Bgit-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 851,724 kB
  • sloc: python: 7,362,925; ansic: 804; javascript: 287; makefile: 195; sh: 145; xml: 109
file content (16 lines) | stat: -rw-r--r-- 556 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# TypeSpec Client Generator MCP Server

This is a Model Context Protocol (MCP) server that wraps the [@azure-tools/typespec-client-generator-cli](https://www.npmjs.com/package/@azure-tools/typespec-client-generator-cli) npm package commands.

## Prerequisites

- Python 3.10 or higher
- Node.js and npm/npx
- uv

## Available Tools

This MCP server provides the following tools:

- `init`: Initialize a client library directory using a tspconfig.yaml file.
- `init_local`: Initialize a client library directory using a path to a local tspconfig.yaml file.