Http Server Mcp
БесплатноНе проверенModel Context Protocol (MCP) server integration for @ttoss/http-server
Описание
Model Context Protocol (MCP) server integration for @ttoss/http-server
README

About
Terezinha Tech Operations (ttoss) is a collection of modular solutions designed to empower product development teams.
Getting Started
The "hello world" of this repository is running ttoss Storybook in your local machine. To do so, clone the repository and run the following commands on the root folder:
Install the dependencies:
pnpm installBuild i18n languages (for more information, see @ttoss/i18n-cli):
pnpm i18nRun the Storybook:
pnpm storybook
If everything goes well, you should see the Storybook running in your browser.
FAQ
What is build-config command?
build-config is a command that builds some packages that are used in the configuration files of the other packages. For example, it builds @ttoss/i18n-cli package because it must be built before running i18n commands in the other packages.
Do I need to build packages before importing them?
No. We use the exports field to specify the package entry points of the packages and point them to the src folder. For example,
{
"exports": {
".": "./src/index.ts"
}
}
Furthermore, we configure publishConfig to point to the dist folder, so when we publish the package, it will be published pointing to the dist folder, which contains the built files.
{
"publishConfig": {
"exports": {
".": {
"import": "./dist/esm/index.js",
"require": "./dist/index.js",
"types": "./dist/index.d.ts"
}
}
}
}
Why doesn't TypeScript find components from ttoss libs?
With the introduction of the new --moduleResolution bundler, TypeScript 4.7+ supports resolution features that can be interpreted natively by TypeScript, allowing exports and imports to be enabled and disabled in package.json. Because ttoss libraries use exports as package entry points, you need to set moduleResolution as bundler in your project tsconfig.json if it uses webpack, rollup, or other bundlers:
{
"compilerOptions": {
"target": "esnext",
"moduleResolution": "bundler"
}
}
If your application uses Node.js without a bundler, set moduleResolution to NodeNext.
Why does the turbo build task include ^build in dependsOn?
Using the ^ prefix in the dependsOn configuration instructs turbo to ensure that tasks in the package's dependencies are completed first. For instance, the docs/website depends on carlin, so the ^build ensures that carlin is built before docs/website, as the documentation generation relies on the built code from carlin.
How to version breaking changes?
We use @lerna-lite/version to bump version of packages changed since the last release. To version breaking changes, you need to add a BREAKING CHANGE section to the commit footer (reference). For example:
feat: add new feature
BREAKING CHANGE: this is a breaking change
In a GitHub pull request, you can add the message to the commit message before merging it.
Установить Http Server Mcp в Claude Desktop, Claude Code, Cursor
unyly install http-server-mcpСтавит в Claude Desktop, Claude Code, Cursor и VS Code — сам разбирается с npx, uvx и сборкой из исходников.
Впервые? Поставь CLI: curl -fsSL https://unyly.org/install | sh
Или настроить вручную
Выполни в терминале:
claude mcp add http-server-mcp -- npx -y @ttoss/http-server-mcpFAQ
Http Server Mcp MCP бесплатный?
Да, Http Server Mcp MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Http Server Mcp?
Нет, Http Server Mcp работает без API-ключей и переменных окружения.
Http Server Mcp — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Http Server Mcp в Claude Desktop, Claude Code или Cursor?
Открой Http Server Mcp на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare Http Server Mcp with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
