We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/aymericzip/intlayer'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
comp-test2.content.json•895 B
{
"$schema": "https://intlayer.org/schema.json",
"key": "comp-test2",
"title": "Component Test 2",
"description": "Content declaration for the 'comp-test2' component containing test strings intended for extraction and localization (fields: thisIsATest2, helloWorld2ShouldBe).",
"tags": [
"component",
"test",
"localization"
],
"content": {
"thisIsATest2": {
"nodeType": "translation",
"translation": {
"en": "This is a test 2 (should be extracted)",
"fr": "Ceci est un test 2 (doit être extrait)",
"es": "Esto es una prueba 2 (debería extraerse)"
}
},
"helloWorld2ShouldBe": {
"nodeType": "translation",
"translation": {
"en": "Hello World 2 (should be extracted)",
"fr": "Bonjour le monde 2 (doit être extrait)",
"es": "Hola Mundo 2 (debería extraerse)"
}
}
}
}