Skip to content

Commit 2f74d97

Browse files
authored
Merge pull request #8 from InditexTech/fix/GH-6
chore: add glama badge and config
2 parents a251eb6 + a4ac155 commit 2f74d97

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# 📱 MCP Server for iOS Simulator
22

3+
[![MCP Server](https://glama.ai/mcp/servers/@InditexTech/mcp-server-simulator-ios-idb/badge)](https://glama.ai/mcp/servers/@InditexTech/mcp-server-simulator-ios-idb)
4+
35
A Model Context Protocol (MCP) server that enables LLMs to interact with iOS simulators through natural language commands.
46

57
## ℹ️ Overview

REUSE.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ path = [
1111
"package*.json",
1212
"repolinter.json",
1313
"tsconfig.json",
14-
"jest.config.js"
14+
"jest.config.js",
15+
"glama.json",
1516
]
1617
SPDX-FileCopyrightText = "2025 Industria Textil de Diseño, S.A."
1718
SPDX-License-Identifier = "Apache-2.0"

glama.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"$schema": "https://glama.ai/mcp/schemas/server.json",
3+
"maintainers": [
4+
"arturonaredo"
5+
]
6+
}

0 commit comments

Comments
 (0)