pomera-ai-commander 0.1.0 → 1.1.1

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.
package/mcp.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pomera-ai-commander",
3
- "version": "0.1.0",
3
+ "version": "1.1.1",
4
4
  "description": "Text processing toolkit with 33+ 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,6 @@
1
1
  {
2
2
  "name": "pomera-ai-commander",
3
- "version": "0.1.0",
3
+ "version": "1.1.1",
4
4
  "description": "Text processing toolkit with 33+ MCP tools for AI assistants - case transformation, encoding, hashing, text analysis, and notes management",
5
5
  "main": "pomera_mcp_server.py",
6
6
  "bin": {
@@ -69,7 +69,7 @@ def main():
69
69
  parser.add_argument(
70
70
  "--version",
71
71
  action="version",
72
- version="pomera-mcp-server 0.1.0"
72
+ version="pomera-mcp-server 1.1.1"
73
73
  )
74
74
  parser.add_argument(
75
75
  "--list-tools",
@@ -121,7 +121,7 @@ def main():
121
121
  server = StdioMCPServer(
122
122
  tool_registry=registry,
123
123
  server_name="pomera-mcp-server",
124
- server_version="0.1.0"
124
+ server_version="1.1.1"
125
125
  )
126
126
 
127
127
  logger.info("Starting Pomera MCP Server...")