@toolsdk.ai/registry 1.0.5-alpha.47
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +12 -0
- package/config/categories.mjs +170 -0
- package/config/featured.mjs +1 -0
- package/config/hosting-blacklist.mjs +1 -0
- package/indexes/categories-list.json +322 -0
- package/indexes/packages-list.json +188 -0
- package/package.json +26 -0
- package/packages/aggregators/modelcontextprotocol-server-everything.json +9 -0
- package/packages/art-and-culture/mcp-server-stability-ai.json +18 -0
- package/packages/art-and-culture/modelcontextprotocol-server-everart.json +9 -0
- package/packages/browser-automation/automatalabs-mcp-server-playwright.json +9 -0
- package/packages/browser-automation/executeautomation-playwright-mcp-server.json +9 -0
- package/packages/browser-automation/hyperbrowser-mcp.json +14 -0
- package/packages/browser-automation/mcp-server-fetch.json +9 -0
- package/packages/browser-automation/modelcontextprotocol-server-puppeteer.json +9 -0
- package/packages/cloud-platforms/cloudflare-mcp-server-cloudflare.json +9 -0
- package/packages/cloud-platforms/kubernetes-mcp-server.json +9 -0
- package/packages/cloud-platforms/mcp-server-kubernetes.json +9 -0
- package/packages/cloud-platforms/strowk-mcp-k8s.json +9 -0
- package/packages/code-execution/mcp-server-make.json +9 -0
- package/packages/command-line/mcp-server-commands.json +9 -0
- package/packages/command-line/mcp-shell.json +9 -0
- package/packages/communication/enescinar-twitter-mcp.json +26 -0
- package/packages/communication/gongrzhe-server-gmail-autoauth-mcp.json +8 -0
- package/packages/communication/modelcontextprotocol-server-slack.json +18 -0
- package/packages/data-platforms/mcp-tinybird.json +18 -0
- package/packages/data-science-tools/mcp-solver.json +9 -0
- package/packages/databases/airtable-mcp-server.json +14 -0
- package/packages/databases/benborla29-mcp-server-mysql.json +30 -0
- package/packages/databases/mcp-mongo-server.json +9 -0
- package/packages/databases/mcp-server-sqlite.json +9 -0
- package/packages/databases/modelcontextprotocol-server-postgres.json +9 -0
- package/packages/databases/niledatabase-nile-mcp-server.json +18 -0
- package/packages/developer-tools/awslabs.nova-canvas-mcp-server.json +18 -0
- package/packages/developer-tools/docker-mcp.json +9 -0
- package/packages/developer-tools/hackmd-mcp.json +18 -0
- package/packages/developer-tools/llmindset-mcp-hfspace.json +9 -0
- package/packages/developer-tools/mcp-get-community-server-llm-txt.json +9 -0
- package/packages/developer-tools/mcp-get-community-server-macos.json +9 -0
- package/packages/developer-tools/mcp-openapi-schema-explorer.json +9 -0
- package/packages/developer-tools/mcp-server-aidd.json +9 -0
- package/packages/developer-tools/mcp-server-tree-sitter.json +9 -0
- package/packages/file-systems/modelcontextprotocol-server-filesystem.json +8 -0
- package/packages/file-systems/modelcontextprotocol-server-gdrive.json +9 -0
- package/packages/knowledge-memory/mcp-rememberizer-vectordb.json +14 -0
- package/packages/knowledge-memory/mcp-server-rememberizer.json +14 -0
- package/packages/knowledge-memory/modelcontextprotocol-server-memory.json +9 -0
- package/packages/location-services/modelcontextprotocol-server-google-maps.json +14 -0
- package/packages/monitoring/mcp-server-sentry.json +9 -0
- package/packages/monitoring/raygun.io-mcp-server-raygun.json +14 -0
- package/packages/other-tools-and-integrations/chargebee-mcp.json +9 -0
- package/packages/other-tools-and-integrations/llmindset-mcp-miro.json +14 -0
- package/packages/other-tools-and-integrations/mcp-server-flomo.json +14 -0
- package/packages/other-tools-and-integrations/mcp-server-time.json +9 -0
- package/packages/other-tools-and-integrations/modelcontextprotocol-server-sequential-thinking.json +9 -0
- package/packages/search-data-extraction/anaisbetts-mcp-youtube.json +9 -0
- package/packages/search-data-extraction/anilist-mcp.json +14 -0
- package/packages/search-data-extraction/chanmeng666-google-news-server.json +14 -0
- package/packages/search-data-extraction/graphlit-mcp-server.json +8 -0
- package/packages/search-data-extraction/kimtaeyoon83-mcp-server-youtube-transcript.json +9 -0
- package/packages/search-data-extraction/mcp-get-community-server-curl.json +9 -0
- package/packages/search-data-extraction/mcp-server-giphy.json +8 -0
- package/packages/search-data-extraction/mcp-server-perplexity.json +14 -0
- package/packages/search-data-extraction/modelcontextprotocol-server-aws-kb-retrieval.json +9 -0
- package/packages/search-data-extraction/modelcontextprotocol-server-brave-search.json +14 -0
- package/packages/search-data-extraction/qanon_mcp.json +9 -0
- package/packages/version-control/mcp-server-git.json +9 -0
- package/packages/version-control/modelcontextprotocol-server-github.json +14 -0
- package/packages/version-control/modelcontextprotocol-server-gitlab.json +18 -0
- package/types.ts +42 -0
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
{
|
|
2
|
+
"type": "mcp-server",
|
|
3
|
+
"name": "@mcp-get-community/server-macos",
|
|
4
|
+
"description": "MCP server for macOS system operations",
|
|
5
|
+
"url": "https://github.com/mcp-get/community-servers/blob/main/src/server-macos",
|
|
6
|
+
"runtime": "node",
|
|
7
|
+
"license": "MIT",
|
|
8
|
+
"env": {}
|
|
9
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
{
|
|
2
|
+
"type": "mcp-server",
|
|
3
|
+
"name": "mcp-openapi-schema-explorer",
|
|
4
|
+
"description": "MCP server providing token-efficient access to OpenAPI/Swagger specs via MCP Resources for client-side exploration.",
|
|
5
|
+
"url": "https://github.com/kadykov/mcp-openapi-schema-explorer",
|
|
6
|
+
"runtime": "node",
|
|
7
|
+
"license": "MIT",
|
|
8
|
+
"env": {}
|
|
9
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
{
|
|
2
|
+
"type": "mcp-server",
|
|
3
|
+
"name": "mcp-server-aidd",
|
|
4
|
+
"description": "An MCP server that provides a comprehensive set of tools for AI-driven development workflows. Features include file system operations, code analysis using tree-sitter for multiple programming languages, Git operations, code execution, and system information retrieval. Designed to enhance AI's capability to assist in software development tasks.",
|
|
5
|
+
"url": "https://github.com/skydeckai/mcp-server-aidd",
|
|
6
|
+
"runtime": "python",
|
|
7
|
+
"license": "Apache 2.0",
|
|
8
|
+
"env": {}
|
|
9
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
{
|
|
2
|
+
"type": "mcp-server",
|
|
3
|
+
"name": "mcp-server-tree-sitter",
|
|
4
|
+
"description": "A Model Context Protocol server that provides code analysis capabilities using tree-sitter. This server enables LLMs to explore, search, and analyze code with appropriate context management.",
|
|
5
|
+
"url": "https://github.com/wrale/mcp-server-tree-sitter",
|
|
6
|
+
"runtime": "python",
|
|
7
|
+
"license": "MIT",
|
|
8
|
+
"env": {}
|
|
9
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
{
|
|
2
|
+
"type": "mcp-server",
|
|
3
|
+
"name": "@modelcontextprotocol/server-gdrive",
|
|
4
|
+
"description": "MCP server for interacting with Google Drive",
|
|
5
|
+
"url": "https://github.com/modelcontextprotocol/servers/blob/main/src/gdrive",
|
|
6
|
+
"runtime": "node",
|
|
7
|
+
"license": "MIT",
|
|
8
|
+
"env": {}
|
|
9
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
{
|
|
2
|
+
"type": "mcp-server",
|
|
3
|
+
"name": "mcp-rememberizer-vectordb",
|
|
4
|
+
"description": "A Model Context Protocol server for LLMs to interact with Rememberizer Vector Store.",
|
|
5
|
+
"url": "https://github.com/skydeckai/mcp-rememberizer-vectordb",
|
|
6
|
+
"runtime": "python",
|
|
7
|
+
"license": "Apache 2.0",
|
|
8
|
+
"env": {
|
|
9
|
+
"REMEMBERIZER_VECTOR_STORE_API_KEY": {
|
|
10
|
+
"description": "API token for Rememberizer Vector Store",
|
|
11
|
+
"required": true
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
{
|
|
2
|
+
"type": "mcp-server",
|
|
3
|
+
"name": "mcp-server-rememberizer",
|
|
4
|
+
"description": "An MCP server for interacting with Rememberizer's document and knowledge management API. This server enables Large Language Models to search, retrieve, and manage documents and integrations through Rememberizer.",
|
|
5
|
+
"url": "https://github.com/skydeckai/mcp-server-rememberizer",
|
|
6
|
+
"runtime": "python",
|
|
7
|
+
"license": "Apache 2.0",
|
|
8
|
+
"env": {
|
|
9
|
+
"REMEMBERIZER_API_TOKEN": {
|
|
10
|
+
"description": "API token for Rememberizer",
|
|
11
|
+
"required": true
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
{
|
|
2
|
+
"type": "mcp-server",
|
|
3
|
+
"name": "@modelcontextprotocol/server-memory",
|
|
4
|
+
"description": "MCP server for enabling memory for Claude through a knowledge graph",
|
|
5
|
+
"url": "https://github.com/modelcontextprotocol/servers/blob/main/src/memory",
|
|
6
|
+
"runtime": "node",
|
|
7
|
+
"license": "MIT",
|
|
8
|
+
"env": {}
|
|
9
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
{
|
|
2
|
+
"type": "mcp-server",
|
|
3
|
+
"name": "@modelcontextprotocol/server-google-maps",
|
|
4
|
+
"description": "MCP server for using the Google Maps API",
|
|
5
|
+
"url": "https://github.com/modelcontextprotocol/servers/blob/main/src/google-maps",
|
|
6
|
+
"runtime": "node",
|
|
7
|
+
"license": "MIT",
|
|
8
|
+
"env": {
|
|
9
|
+
"GOOGLE_MAPS_API_KEY": {
|
|
10
|
+
"description": "API key for Google Maps services",
|
|
11
|
+
"required": true
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
{
|
|
2
|
+
"type": "mcp-server",
|
|
3
|
+
"name": "mcp-server-sentry",
|
|
4
|
+
"description": "MCP server for retrieving issues from sentry.io",
|
|
5
|
+
"url": "https://github.com/modelcontextprotocol/servers/blob/main/src/sentry",
|
|
6
|
+
"runtime": "python",
|
|
7
|
+
"license": "MIT",
|
|
8
|
+
"env": {}
|
|
9
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
{
|
|
2
|
+
"type": "mcp-server",
|
|
3
|
+
"name": "@raygun.io/mcp-server-raygun",
|
|
4
|
+
"description": "MCP server for interacting with Raygun's API for crash reporting and real user monitoring metrics",
|
|
5
|
+
"url": "https://github.com/MindscapeHQ/mcp-server-raygun",
|
|
6
|
+
"runtime": "node",
|
|
7
|
+
"license": "MIT",
|
|
8
|
+
"env": {
|
|
9
|
+
"RAYGUN_PAT_TOKEN": {
|
|
10
|
+
"description": "Personal access token for Raygun API access",
|
|
11
|
+
"required": true
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
{
|
|
2
|
+
"type": "mcp-server",
|
|
3
|
+
"name": "@chargebee/mcp",
|
|
4
|
+
"description": "MCP Server that connects AI agents to Chargebee platform.",
|
|
5
|
+
"url": "https://github.com/chargebee/agentkit/tree/main/modelcontextprotocol",
|
|
6
|
+
"runtime": "node",
|
|
7
|
+
"license": "MIT",
|
|
8
|
+
"env": {}
|
|
9
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
{
|
|
2
|
+
"type": "mcp-server",
|
|
3
|
+
"name": "@llmindset/mcp-miro",
|
|
4
|
+
"description": "A Model Context Protocol server to connect to the MIRO Whiteboard Application",
|
|
5
|
+
"url": "https://github.com/evalstate/mcp-miro",
|
|
6
|
+
"runtime": "node",
|
|
7
|
+
"license": "Apache-2.0",
|
|
8
|
+
"env": {
|
|
9
|
+
"MIRO-OAUTH-KEY": {
|
|
10
|
+
"description": "Authentication token for Miro API access (can also be provided via --token argument)",
|
|
11
|
+
"required": true
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
{
|
|
2
|
+
"type": "mcp-server",
|
|
3
|
+
"name": "mcp-server-flomo",
|
|
4
|
+
"description": "A MCP server for Flomo",
|
|
5
|
+
"url": "https://github.com/xianminx/mcp-server-flomo",
|
|
6
|
+
"runtime": "node",
|
|
7
|
+
"license": "MIT",
|
|
8
|
+
"env": {
|
|
9
|
+
"FLOMO_API_URL": {
|
|
10
|
+
"description": "Get your Flomo API URL from [Flomo API Settings](https://v.flomoapp.com/mine)",
|
|
11
|
+
"required": true
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
{
|
|
2
|
+
"type": "mcp-server",
|
|
3
|
+
"name": "mcp-server-time",
|
|
4
|
+
"description": "A Model Context Protocol server providing tools for time queries and timezone conversions for LLMs",
|
|
5
|
+
"url": "https://github.com/modelcontextprotocol/servers/blob/main/src/time",
|
|
6
|
+
"runtime": "python",
|
|
7
|
+
"license": "MIT",
|
|
8
|
+
"env": {}
|
|
9
|
+
}
|
package/packages/other-tools-and-integrations/modelcontextprotocol-server-sequential-thinking.json
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
{
|
|
2
|
+
"type": "mcp-server",
|
|
3
|
+
"name": "@modelcontextprotocol/server-sequential-thinking",
|
|
4
|
+
"description": "MCP server for sequential thinking and problem solving",
|
|
5
|
+
"url": "https://github.com/modelcontextprotocol/servers/blob/main/src/sequentialthinking",
|
|
6
|
+
"runtime": "node",
|
|
7
|
+
"license": "MIT",
|
|
8
|
+
"env": {}
|
|
9
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
{
|
|
2
|
+
"type": "mcp-server",
|
|
3
|
+
"name": "anilist-mcp",
|
|
4
|
+
"description": "MCP server that interfaces with the AniList API, allowing LLM clients to access and interact with anime, manga, character, staff, and user data from AniList",
|
|
5
|
+
"url": "https://github.com/yuna0x0/anilist-mcp",
|
|
6
|
+
"runtime": "node",
|
|
7
|
+
"license": "MIT",
|
|
8
|
+
"env": {
|
|
9
|
+
"ANILIST_TOKEN": {
|
|
10
|
+
"description": "Optional API token for AniList",
|
|
11
|
+
"required": false
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
{
|
|
2
|
+
"type": "mcp-server",
|
|
3
|
+
"name": "@chanmeng666/google-news-server",
|
|
4
|
+
"description": "MCP server for Google News search via SerpAPI",
|
|
5
|
+
"url": "https://github.com/ChanMeng666/server-google-news",
|
|
6
|
+
"runtime": "node",
|
|
7
|
+
"license": "MIT",
|
|
8
|
+
"env": {
|
|
9
|
+
"SERP_API_KEY": {
|
|
10
|
+
"description": "API key for Google News search",
|
|
11
|
+
"required": true
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
{
|
|
2
|
+
"type": "mcp-server",
|
|
3
|
+
"name": "@kimtaeyoon83/mcp-server-youtube-transcript",
|
|
4
|
+
"description": "This is an MCP server that allows you to directly download transcripts of YouTube videos.",
|
|
5
|
+
"url": "https://github.com/kimtaeyoon83/mcp-server-youtube-transcript",
|
|
6
|
+
"runtime": "node",
|
|
7
|
+
"license": "MIT",
|
|
8
|
+
"env": {}
|
|
9
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
{
|
|
2
|
+
"type": "mcp-server",
|
|
3
|
+
"name": "@mcp-get-community/server-curl",
|
|
4
|
+
"description": "MCP server for making HTTP requests using a curl-like interface",
|
|
5
|
+
"url": "https://github.com/mcp-get/community-servers/blob/main/src/server-curl",
|
|
6
|
+
"runtime": "node",
|
|
7
|
+
"license": "MIT",
|
|
8
|
+
"env": {}
|
|
9
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
{
|
|
2
|
+
"type": "mcp-server",
|
|
3
|
+
"name": "mcp-server-giphy",
|
|
4
|
+
"description": "MCP Server for the Giphy API, enabling AI models to search, retrieve, and utilize GIFs from Giphy",
|
|
5
|
+
"url": "https://github.com/magarcia/mcp-server-giphy",
|
|
6
|
+
"runtime": "node",
|
|
7
|
+
"license": "MIT"
|
|
8
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
{
|
|
2
|
+
"type": "mcp-server",
|
|
3
|
+
"name": "mcp-server-perplexity",
|
|
4
|
+
"description": "MCP Server for the Perplexity API",
|
|
5
|
+
"url": "https://github.com/tanigami/mcp-server-perplexity",
|
|
6
|
+
"runtime": "python",
|
|
7
|
+
"license": "MIT",
|
|
8
|
+
"env": {
|
|
9
|
+
"PERPLEXITY_API_KEY": {
|
|
10
|
+
"description": "API key for Perplexity API access",
|
|
11
|
+
"required": true
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
{
|
|
2
|
+
"type": "mcp-server",
|
|
3
|
+
"name": "@modelcontextprotocol/server-aws-kb-retrieval",
|
|
4
|
+
"description": "MCP server for AWS Knowledge Base retrieval using Bedrock Agent Runtime",
|
|
5
|
+
"url": "https://github.com/modelcontextprotocol/servers/blob/main/src/aws-kb-retrieval-server",
|
|
6
|
+
"runtime": "node",
|
|
7
|
+
"license": "MIT",
|
|
8
|
+
"env": {}
|
|
9
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
{
|
|
2
|
+
"type": "mcp-server",
|
|
3
|
+
"name": "@modelcontextprotocol/server-brave-search",
|
|
4
|
+
"description": "MCP server for Brave Search API integration",
|
|
5
|
+
"url": "https://github.com/modelcontextprotocol/servers/blob/main/src/brave-search",
|
|
6
|
+
"runtime": "node",
|
|
7
|
+
"license": "MIT",
|
|
8
|
+
"env": {
|
|
9
|
+
"BRAVE_API_KEY": {
|
|
10
|
+
"description": "API key for Brave Search",
|
|
11
|
+
"required": true
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
{
|
|
2
|
+
"type": "mcp-server",
|
|
3
|
+
"name": "qanon_mcp",
|
|
4
|
+
"description": "Enables search, exploration, and analysis of all QAnon posts/drops for sociological study",
|
|
5
|
+
"url": "https://github.com/jkingsman/qanon-mcp-server",
|
|
6
|
+
"runtime": "python",
|
|
7
|
+
"license": "MIT",
|
|
8
|
+
"env": {}
|
|
9
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
{
|
|
2
|
+
"type": "mcp-server",
|
|
3
|
+
"name": "mcp-server-git",
|
|
4
|
+
"description": "A Model Context Protocol server providing tools to read, search, and manipulate Git repositories programmatically via LLMs",
|
|
5
|
+
"url": "https://github.com/modelcontextprotocol/servers/blob/main/src/git",
|
|
6
|
+
"runtime": "python",
|
|
7
|
+
"license": "MIT",
|
|
8
|
+
"env": {}
|
|
9
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
{
|
|
2
|
+
"type": "mcp-server",
|
|
3
|
+
"name": "@modelcontextprotocol/server-github",
|
|
4
|
+
"description": "MCP server for using the GitHub API",
|
|
5
|
+
"url": "https://github.com/modelcontextprotocol/servers/blob/main/src/github",
|
|
6
|
+
"runtime": "node",
|
|
7
|
+
"license": "MIT",
|
|
8
|
+
"env": {
|
|
9
|
+
"GITHUB_PERSONAL_ACCESS_TOKEN": {
|
|
10
|
+
"description": "Personal access token for GitHub API access",
|
|
11
|
+
"required": true
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
{
|
|
2
|
+
"type": "mcp-server",
|
|
3
|
+
"name": "@modelcontextprotocol/server-gitlab",
|
|
4
|
+
"description": "MCP server for using the GitLab API",
|
|
5
|
+
"url": "https://github.com/modelcontextprotocol/servers/blob/main/src/gitlab",
|
|
6
|
+
"runtime": "node",
|
|
7
|
+
"license": "MIT",
|
|
8
|
+
"env": {
|
|
9
|
+
"GITLAB_PERSONAL_ACCESS_TOKEN": {
|
|
10
|
+
"description": "Personal access token for GitLab API access",
|
|
11
|
+
"required": true
|
|
12
|
+
},
|
|
13
|
+
"GITLAB_API_URL": {
|
|
14
|
+
"description": "GitLab API URL (optional, for self-hosted instances)",
|
|
15
|
+
"required": false
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
}
|
package/types.ts
ADDED
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
|
|
3
|
+
export const PackageKeySchema = z.string();
|
|
4
|
+
|
|
5
|
+
export const HostingBlackListSchema = z.array(PackageKeySchema);
|
|
6
|
+
|
|
7
|
+
export const FeaturedListSchema = z.array(PackageKeySchema);
|
|
8
|
+
|
|
9
|
+
export const CategoryConfigSchema = z.object({
|
|
10
|
+
key: z.string(),
|
|
11
|
+
name: z.string(),
|
|
12
|
+
description: z.string().optional(),
|
|
13
|
+
});
|
|
14
|
+
export type CategoryConfig = z.infer<typeof CategoryConfigSchema>;
|
|
15
|
+
|
|
16
|
+
export const MCPServerPackageConfigSchema = z.object({
|
|
17
|
+
type: z.literal('mcp-server'),
|
|
18
|
+
// if no custom key then would use name
|
|
19
|
+
key: z.string().optional(),
|
|
20
|
+
name: z.string(),
|
|
21
|
+
description: z.string().optional(),
|
|
22
|
+
url: z.string().optional(),
|
|
23
|
+
runtime: z.enum(['node', 'python', 'java']),
|
|
24
|
+
license: z.string().optional(),
|
|
25
|
+
env: z
|
|
26
|
+
.record(
|
|
27
|
+
z.object({
|
|
28
|
+
description: z.string(),
|
|
29
|
+
required: z.boolean(),
|
|
30
|
+
}),
|
|
31
|
+
)
|
|
32
|
+
.optional(),
|
|
33
|
+
});
|
|
34
|
+
export const PackageConfigSchema = z.discriminatedUnion('type', [
|
|
35
|
+
MCPServerPackageConfigSchema,
|
|
36
|
+
z.object({
|
|
37
|
+
type: z.literal('toolapp'),
|
|
38
|
+
packageName: z.string(),
|
|
39
|
+
url: z.string().optional(),
|
|
40
|
+
}),
|
|
41
|
+
]);
|
|
42
|
+
export type PackageConfig = z.infer<typeof PackageConfigSchema>;
|