pomera-ai-commander 1.2.9 → 1.2.11

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.
Files changed (3) hide show
  1. package/README.md +2 -0
  2. package/mcp.json +1 -1
  3. package/package.json +2 -1
package/README.md CHANGED
@@ -122,6 +122,8 @@ Pomera exposes 22 text processing tools via MCP. Configure your AI assistant:
122
122
 
123
123
  See the full [MCP Server Guide](docs/MCP_SERVER_GUIDE.md) for Antigravity, executable configs, and troubleshooting.
124
124
 
125
+ <!-- mcp-name: io.github.matbanik/pomera -->
126
+
125
127
  ---
126
128
 
127
129
  ## License
package/mcp.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pomera-ai-commander",
3
- "version": "1.2.9",
3
+ "version": "1.2.11",
4
4
  "description": "Text processing toolkit with 22 MCP tools including case transformation, encoding, hashing, text analysis, and notes management for AI assistants.",
5
5
  "homepage": "https://github.com/matbanik/Pomera-AI-Commander",
6
6
  "repository": "https://github.com/matbanik/Pomera-AI-Commander",
package/package.json CHANGED
@@ -1,6 +1,7 @@
1
1
  {
2
2
  "name": "pomera-ai-commander",
3
- "version": "1.2.9",
3
+ "mcpName": "io.github.matbanik/pomera",
4
+ "version": "1.2.11",
4
5
  "description": "Text processing toolkit with 22 MCP tools for AI assistants - case transformation, encoding, hashing, text analysis, and notes management",
5
6
  "main": "pomera_mcp_server.py",
6
7
  "bin": {