MCPcopy Index your code
hub / github.com/LucienShui/huggingface-vscode-endpoint-server

github.com/LucienShui/huggingface-vscode-endpoint-server @0.0.1

Chat with this repo
repository ↗ · DeepWiki ↗ · release 0.0.1 ↗ · + Follow
5 symbols 24 edges 2 files 0 documented · 0%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

Hugging Face VSCode Endpoint Server

starcoder server for huggingface-vscdoe custom endpoint.

Can't handle distributed inference very well yet.

Usage

Fill http://localhost:8000/api/generate/ into Hugging Face Code > Model ID or Endpoint in VSCode.

API

curl -X POST http://localhost:8000/api/generate/ -d '{"inputs": "", "parameters": {"max_new_tokens": ""}}'
# response = {"generated_text": ""}

Core symbols most depended-on inside this repo

get_parser
called by 1
util.py
generate
called by 1
main.py
main
called by 1
main.py
api
called by 0
main.py

Shape

Function 4
Route 1

Languages

Python100%

Modules by API surface

main.py4 symbols
util.py1 symbols

For agents

$ claude mcp add huggingface-vscode-endpoint-server \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page