Local Server
Enables local middleware for seamless communication between LLM-based tools on Windows OS.
概要
A Node.js application designed for Windows OS, Local Server acts as local middleware, facilitating seamless communication between LLM-based tools such as Copilot Agents. By running locally alongside an IDE like Visual Studio Code or Visual Studio, it allows developers to integrate and test LLM capabilities using the `@modelcontextprotocol/sdk`. It provides tools to list available files and prompts, and to read local files, enhancing the interaction between code and LLMs during development.
主な機能
- Lists available .txt files in a specified data directory.
- Reads content from files in the data or prompts directories.
- 0 GitHub stars
- Lists prompt files in a designated prompts directory.
- Supports integration with Visual Studio Code for Copilot.
- Allows customization through guide and prompt files.
ユースケース
- Facilitating local testing of LLM-based tools.
- Integrating Copilot with Visual Studio Code using local files and prompts.
- Developing and customizing LLM workflows with local guide files and prompts.