pomera-ai-commander 1.3.0 → 1.3.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.
Files changed (2) hide show
  1. package/mcp.json +50 -50
  2. package/package.json +68 -68
package/mcp.json CHANGED
@@ -1,51 +1,51 @@
1
1
  {
2
- "name": "pomera-ai-commander",
3
- "version": "1.3.0",
4
- "description": "Text processing toolkit with 22 MCP tools including case transformation, encoding, hashing, text analysis, and notes management for AI assistants.",
5
- "homepage": "https://github.com/matbanik/Pomera-AI-Commander",
6
- "repository": "https://github.com/matbanik/Pomera-AI-Commander",
7
- "license": "MIT",
8
- "author": "matbanik",
9
- "entrypoints": {
10
- "stdio": "python pomera_mcp_server.py"
11
- },
12
- "capabilities": {
13
- "tools": true,
14
- "resources": false,
15
- "prompts": false
16
- },
17
- "tools": [
18
- "pomera_case_transform",
19
- "pomera_encode",
20
- "pomera_line_tools",
21
- "pomera_whitespace",
22
- "pomera_string_escape",
23
- "pomera_sort",
24
- "pomera_text_stats",
25
- "pomera_json_xml",
26
- "pomera_url_parse",
27
- "pomera_text_wrap",
28
- "pomera_timestamp",
29
- "pomera_extract",
30
- "pomera_markdown",
31
- "pomera_translator",
32
- "pomera_cron",
33
- "pomera_word_frequency",
34
- "pomera_column_tools",
35
- "pomera_generators",
36
- "pomera_notes",
37
- "pomera_email_header_analyzer",
38
- "pomera_html",
39
- "pomera_list_compare"
40
- ],
41
- "keywords": [
42
- "mcp",
43
- "text-processing",
44
- "ai-tools",
45
- "pomera",
46
- "text-manipulation",
47
- "encoding",
48
- "hashing",
49
- "notes"
50
- ]
51
- }
2
+ "name": "pomera-ai-commander",
3
+ "version": "1.2.0",
4
+ "description": "Text processing toolkit with 22 MCP tools including case transformation, encoding, hashing, text analysis, and notes management for AI assistants.",
5
+ "homepage": "https://github.com/matbanik/Pomera-AI-Commander",
6
+ "repository": "https://github.com/matbanik/Pomera-AI-Commander",
7
+ "license": "MIT",
8
+ "author": "matbanik",
9
+ "entrypoints": {
10
+ "stdio": "python pomera_mcp_server.py"
11
+ },
12
+ "capabilities": {
13
+ "tools": true,
14
+ "resources": false,
15
+ "prompts": false
16
+ },
17
+ "tools": [
18
+ "pomera_case_transform",
19
+ "pomera_encode",
20
+ "pomera_line_tools",
21
+ "pomera_whitespace",
22
+ "pomera_string_escape",
23
+ "pomera_sort",
24
+ "pomera_text_stats",
25
+ "pomera_json_xml",
26
+ "pomera_url_parse",
27
+ "pomera_text_wrap",
28
+ "pomera_timestamp",
29
+ "pomera_extract",
30
+ "pomera_markdown",
31
+ "pomera_translator",
32
+ "pomera_cron",
33
+ "pomera_word_frequency",
34
+ "pomera_column_tools",
35
+ "pomera_generators",
36
+ "pomera_notes",
37
+ "pomera_email_header_analyzer",
38
+ "pomera_html",
39
+ "pomera_list_compare"
40
+ ],
41
+ "keywords": [
42
+ "mcp",
43
+ "text-processing",
44
+ "ai-tools",
45
+ "pomera",
46
+ "text-manipulation",
47
+ "encoding",
48
+ "hashing",
49
+ "notes"
50
+ ]
51
+ }
package/package.json CHANGED
@@ -1,70 +1,70 @@
1
1
  {
2
- "name": "pomera-ai-commander",
3
- "mcpName": "io.github.matbanik/pomera",
4
- "version": "1.3.0",
5
- "description": "Text processing toolkit with 22 MCP tools for AI assistants - case transformation, encoding, hashing, text analysis, and notes management",
6
- "main": "pomera_mcp_server.py",
7
- "bin": {
8
- "pomera-ai-commander": "./bin/pomera-ai-commander.js",
9
- "pomera-mcp": "./bin/pomera-ai-commander.js",
10
- "pomera": "./bin/pomera.js",
11
- "pomera-create-shortcut": "./bin/pomera-create-shortcut.js"
12
- },
13
- "scripts": {
14
- "start": "python pomera_mcp_server.py",
15
- "mcp": "python pomera_mcp_server.py",
16
- "list-tools": "python pomera_mcp_server.py --list-tools",
17
- "test": "python -m pytest",
18
- "create-shortcut": "node scripts/postinstall.js",
19
- "postinstall": "node scripts/postinstall.js"
20
- },
21
- "keywords": [
22
- "mcp",
23
- "model-context-protocol",
24
- "text-processing",
25
- "ai-tools",
26
- "pomera",
27
- "text-manipulation",
28
- "encoding",
29
- "hashing",
30
- "notes",
31
- "cursor",
32
- "claude-desktop"
33
- ],
34
- "author": "matbanik",
35
- "license": "MIT",
36
- "repository": {
37
- "type": "git",
38
- "url": "git+https://github.com/matbanik/Pomera-AI-Commander.git"
39
- },
40
- "bugs": {
41
- "url": "https://github.com/matbanik/Pomera-AI-Commander/issues"
42
- },
43
- "homepage": "https://github.com/matbanik/Pomera-AI-Commander#readme",
44
- "engines": {
45
- "node": ">=14.0.0"
46
- },
47
- "os": [
48
- "darwin",
49
- "linux",
50
- "win32"
51
- ],
52
- "files": [
53
- "bin/",
54
- "core/",
55
- "tools/",
56
- "scripts/",
57
- "resources/",
58
- "pomera_mcp_server.py",
59
- "pomera.py",
60
- "create_shortcut.py",
61
- "migrate_data.py",
62
- "mcp.json",
63
- "README.md",
64
- "LICENSE",
65
- "requirements.txt"
66
- ],
67
- "dependencies": {
68
- "@upstash/c7score": "^3.0.5"
69
- }
2
+ "name": "pomera-ai-commander",
3
+ "mcpName": "io.github.matbanik/pomera",
4
+ "version": "1.3.1",
5
+ "description": "Text processing toolkit with 22 MCP tools for AI assistants - case transformation, encoding, hashing, text analysis, and notes management",
6
+ "main": "pomera_mcp_server.py",
7
+ "bin": {
8
+ "pomera-ai-commander": "./bin/pomera-ai-commander.js",
9
+ "pomera-mcp": "./bin/pomera-ai-commander.js",
10
+ "pomera": "./bin/pomera.js",
11
+ "pomera-create-shortcut": "./bin/pomera-create-shortcut.js"
12
+ },
13
+ "scripts": {
14
+ "start": "python pomera_mcp_server.py",
15
+ "mcp": "python pomera_mcp_server.py",
16
+ "list-tools": "python pomera_mcp_server.py --list-tools",
17
+ "test": "python -m pytest",
18
+ "create-shortcut": "node scripts/postinstall.js",
19
+ "postinstall": "node scripts/postinstall.js"
20
+ },
21
+ "keywords": [
22
+ "mcp",
23
+ "model-context-protocol",
24
+ "text-processing",
25
+ "ai-tools",
26
+ "pomera",
27
+ "text-manipulation",
28
+ "encoding",
29
+ "hashing",
30
+ "notes",
31
+ "cursor",
32
+ "claude-desktop"
33
+ ],
34
+ "author": "matbanik",
35
+ "license": "MIT",
36
+ "repository": {
37
+ "type": "git",
38
+ "url": "git+https://github.com/matbanik/Pomera-AI-Commander.git"
39
+ },
40
+ "bugs": {
41
+ "url": "https://github.com/matbanik/Pomera-AI-Commander/issues"
42
+ },
43
+ "homepage": "https://github.com/matbanik/Pomera-AI-Commander#readme",
44
+ "engines": {
45
+ "node": ">=14.0.0"
46
+ },
47
+ "os": [
48
+ "darwin",
49
+ "linux",
50
+ "win32"
51
+ ],
52
+ "files": [
53
+ "bin/",
54
+ "core/",
55
+ "tools/",
56
+ "scripts/",
57
+ "resources/",
58
+ "pomera_mcp_server.py",
59
+ "pomera.py",
60
+ "create_shortcut.py",
61
+ "migrate_data.py",
62
+ "mcp.json",
63
+ "README.md",
64
+ "LICENSE",
65
+ "requirements.txt"
66
+ ],
67
+ "dependencies": {
68
+ "@upstash/c7score": "^3.0.5"
69
+ }
70
70
  }