Skip to content

Commit 717abf4

Browse files
committed
Update README.md
1 parent 0548f04 commit 717abf4

1 file changed

Lines changed: 8 additions & 3 deletions

File tree

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,20 @@ This is a [Model Context Protocol (MCP)](https://modelcontextprotocol.io/introdu
66

77
## Features (Tools)
88

9-
- Create translation key
10-
- Update translations
9+
- Create translation key (bulk)
10+
- Update translations (bulk)
1111
- Get all translation keys
1212
- Get translation key details
13+
- Update translation key
14+
- Delete translation keys (bulk)
1315
- Get tags
1416
- Create tag
1517
- Get languages
1618
- Create languages
1719
- Get translations
20+
- Get hosting environments
21+
- Get hosting environment details
22+
- Publish translations to hosting
1823

1924
Feel free to add more tools by making a pull request or [creating a feature request](https://github.com/simplelocalize/simplelocalize-mcp-server/issues/new).
2025

@@ -68,7 +73,7 @@ For detailed setup guides, see:
6873
"command": "node",
6974
"args": ["path/to/simplelocalize-mcp-server/build/index.js"],
7075
"env": {
71-
"SIMPLELOCALIZE_API_KEY": "your_api_key",
76+
"SIMPLELOCALIZE_API_KEY": "your_api_key"
7277
}
7378
}
7479
}

0 commit comments

Comments
 (0)