Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.0.2] - 2026-04-13

## Added
- Added MCP support
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ Must match the slugs defined in the CMS Seed data.
| :--- | :--- |
| `VITE_APP_HOME_PAGE_SLUG` | `home` |
| `VITE_APP_APIS_PAGE_SLUG` | `apis` |
| `VITE_APP_MCPS_PAGE_SLUG` | `mcps` |
| `VITE_APP_BLOG_PAGE_SLUG` | `blog` |
| `VITE_APP_FAQ_PAGE_SLUG` | `faq` |
| `VITE_APP_TERMS_PAGE_SLUG` | `terms` |
Expand Down
1 change: 1 addition & 0 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ services:
- VITE_APP_KEYCLOAK_CLIENT_ID=${VITE_APP_KEYCLOAK_CLIENT_ID}
- VITE_SITE_KEY_RECAPTCHA=${VITE_SITE_KEY_RECAPTCHA}
- VITE_APP_HOME_PAGE_SLUG=${VITE_APP_HOME_PAGE_SLUG}
- VITE_APP_MCPS_PAGE_SLUG=${VITE_APP_MCPS_PAGE_SLUG}
- VITE_APP_APIS_PAGE_SLUG=${VITE_APP_APIS_PAGE_SLUG}
- VITE_APP_BLOG_PAGE_SLUG=${VITE_APP_BLOG_PAGE_SLUG}
- VITE_APP_FAQ_PAGE_SLUG=${VITE_APP_FAQ_PAGE_SLUG}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "api-market",
"version": "1.0.0",
"version": "1.0.2",
"private": true,
"dependencies": {
"@asyncapi/react-component": "^3.0.0",
Expand Down
75 changes: 74 additions & 1 deletion public/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,38 @@
"ratingSecurity": "Security",
"ratingQuality": "Quality"
},
"McpDetail": {
"tryMcp": "Try MCP",
"moreInfo": "More information",
"seeAll": "See all",
"seeMore": "See more",
"howItWorks": "How it works",
"news": "News",
"newsDescription": "Discover all the news about technology, MCPs, and digital transformation",
"globalGradesTitle": "Global grades of the MCP",
"globalGradesSubtitle": "Overall quality and readiness indicators",
"ratingGlobal": "Global",
"ratingDefinition": "Definition",
"ratingSecurity": "Security",
"ratingQuality": "Quality",
"technicalSetupTitle": "Technical Implementation & Quick Setup",
"addToVsCode": "Add Directly to Visual Studio Code",
"resourcesTitle": "MCP Resources Visor",
"downloadReport": "Download MCP Report",
"tryOut": "Try Out",
"resourceUri": "URI",
"resourceMimeType": "MIME Type",
"resourceSize": "Size",
"descriptionTitle": "MCP Server Description",
"noDescription": "No description available for this MCP server.",
"noConfigSnippet": "No configuration snippet available for this MCP server.",
"noResources": "No resources available for this MCP server.",
"commandCopied": "Command copied to clipboard",
"openTerminalPaste": "Open the terminal and paste the command",
"copyAgain": "Copy again",
"discoverTitle": "Discover our MCPs",
"discoverSubtitle": "Explore the possibilities"
},
"Apis": {
"filterBy": "Filter by",
"version": "Version",
Expand All @@ -159,6 +191,16 @@
"globalRating": "Rating",
"products": "Products"
},
"Mcps": {
"filterBy": "Filter by",
"version": "Version",
"clearFilters": "Clear filters",
"searchPlaceholder": "Search MCPs...",
"noData": "No data available",
"solution": "Solution",
"tags": "Tags",
"globalRating": "Rating"
},
"Blog": {
"learnMore": "Learn more",
"noData": "No data available",
Expand Down Expand Up @@ -284,7 +326,7 @@
"copiedToClipboard": "Copied to clipboard",
"copyError": "Error copying to clipboard"
},
"ApisPaginated": {
"LibraryPaginated": {
"viewDocumentation": "View Documentation",
"next": "Next",
"previous": "Previous"
Expand Down Expand Up @@ -419,6 +461,7 @@
},
"Navbar": {
"apis": "APIs",
"mcps": "MCPs",
"blog": "Blog",
"faqs": "FAQs",
"myProfile": "My Profile",
Expand Down Expand Up @@ -454,5 +497,35 @@
"SwaggerUI": {
"noInfo": "No information available",
"back": "GO BACK"
},
"McpUI": {
"back": "Back",
"connectTitle": "Connection",
"transport": "Transport",
"command": "Command",
"args": "Arguments (space-separated)",
"token": "Token (optional)",
"tokenPlaceholder": "Enter your access token",
"connect": "Connect",
"loading": "Connecting...",
"connectionError": "Connection failed. Please check the MCP ID and try again.",
"connectedHint": "Connected. Select an item from the list to inspect it.",
"listTitle": "Available",
"tools": "Tools",
"resources": "Resources",
"prompts": "Prompts",
"noItems": "None",
"connectFirst": "Connect first to see available tools, resources and prompts.",
"inspectorTitle": "Inspector",
"selectItem": "Select an item from the list to inspect it.",
"source": "Source",
"description": "Description",
"title": "Title",
"inputSchema": "Input Schema",
"outputSchema": "Output Schema",
"annotations": "Annotations",
"mimeType": "MIME Type",
"size": "Size",
"arguments": "Arguments"
}
}
75 changes: 74 additions & 1 deletion public/locales/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,38 @@
"ratingSecurity": "Seguridad",
"ratingQuality": "Calidad"
},
"McpDetail": {
"tryMcp": "Probar MCP",
"moreInfo": "Más información",
"seeAll": "Ver todas",
"seeMore": "Ver más",
"howItWorks": "Cómo funciona",
"news": "Novedades",
"newsDescription": "Conoce todas las novedades sobre tecnología, MCPs y transformación digital",
"globalGradesTitle": "Calificaciones globales del MCP",
"globalGradesSubtitle": "Indicadores generales de calidad y disponibilidad",
"ratingGlobal": "Global",
"ratingDefinition": "Definición",
"ratingSecurity": "Seguridad",
"ratingQuality": "Calidad",
"technicalSetupTitle": "Implementación Técnica y Configuración Rápida",
"addToVsCode": "Agregar Directamente a Visual Studio Code",
"resourcesTitle": "Visor de Recursos MCP",
"downloadReport": "Descargar Reporte MCP",
"tryOut": "Probar",
"resourceUri": "URI",
"resourceMimeType": "Tipo MIME",
"resourceSize": "Tamaño",
"descriptionTitle": "Descripción del servidor MCP",
"noDescription": "No hay descripción disponible para este servidor MCP.",
"noConfigSnippet": "No hay fragmento de configuración disponible para este servidor MCP.",
"noResources": "No hay recursos disponibles para este servidor MCP.",
"commandCopied": "Comando copiado al portapapeles",
"openTerminalPaste": "Abre la terminal y pega el comando",
"copyAgain": "Copiar de nuevo",
"discoverTitle": "Descubre nuestros MCPs",
"discoverSubtitle": "Explora las posibilidades"
},
"Apis": {
"filterBy": "Filtrar por",
"version": "Versión",
Expand All @@ -159,6 +191,16 @@
"globalRating": "Calificación",
"products": "Productos"
},
"Mcps": {
"filterBy": "Filtrar por",
"version": "Versión",
"clearFilters": "Eliminar filtros",
"searchPlaceholder": "Buscar MCPs...",
"noData": "Información no disponible",
"solution": "Solución",
"tags": "Etiquetas",
"globalRating": "Calificación"
},
"Blog": {
"learnMore": "Conoce más",
"noData": "Información no disponible",
Expand Down Expand Up @@ -284,7 +326,7 @@
"copiedToClipboard": "Copiado al portapapeles",
"copyError": "Error al copiar al portapapeles"
},
"ApisPaginated": {
"LibraryPaginated": {
"viewDocumentation": "Ver Documentación",
"next": "Siguiente",
"previous": "Anterior"
Expand Down Expand Up @@ -419,6 +461,7 @@
},
"Navbar": {
"apis": "APIs",
"mcps": "MCPs",
"blog": "Blog",
"faqs": "FAQs",
"myProfile": "Mi Perfil",
Expand Down Expand Up @@ -454,5 +497,35 @@
"SwaggerUI": {
"noInfo": "Sin información disponible",
"back": "VOLVER"
},
"McpUI": {
"back": "Volver",
"connectTitle": "Conexión",
"transport": "Transporte",
"command": "Comando",
"args": "Argumentos (separados por espacio)",
"token": "Token (opcional)",
"tokenPlaceholder": "Ingresa tu token de acceso",
"connect": "Conectar",
"loading": "Conectando...",
"connectionError": "Error de conexión. Verifica el MCP ID e intenta de nuevo.",
"connectedHint": "Conectado. Selecciona un elemento de la lista para inspeccionarlo.",
"listTitle": "Disponibles",
"tools": "Herramientas",
"resources": "Recursos",
"prompts": "Prompts",
"noItems": "Ninguno",
"connectFirst": "Conéctate primero para ver herramientas, recursos y prompts disponibles.",
"inspectorTitle": "Inspector",
"selectItem": "Selecciona un elemento de la lista para inspeccionarlo.",
"source": "Fuente",
"description": "Descripción",
"title": "Título",
"inputSchema": "Esquema de entrada",
"outputSchema": "Esquema de salida",
"annotations": "Anotaciones",
"mimeType": "Tipo MIME",
"size": "Tamaño",
"arguments": "Argumentos"
}
}
112 changes: 0 additions & 112 deletions src/components/ApisPaginated/apis-paginated.module.scss

This file was deleted.

Loading