claudepod 1.0.2 → 1.1.0

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.
@@ -0,0 +1,77 @@
1
+ {
2
+ "mcpServers": {
3
+ "serena": {
4
+ "command": "uvx",
5
+ "args": [
6
+ "--from",
7
+ "git+https://github.com/oraios/serena",
8
+ "serena",
9
+ "start-mcp-server",
10
+ "--context",
11
+ "ide-assistant",
12
+ "--project",
13
+ "/workspace",
14
+ "--enable-web-dashboard",
15
+ "false"
16
+ ]
17
+ },
18
+ "deepwiki": {
19
+ "type": "http",
20
+ "url": "https://mcp.deepwiki.com/mcp"
21
+ },
22
+ "sequential-thinking": {
23
+ "command": "uvx",
24
+ "args": [
25
+ "--from",
26
+ "git+https://github.com/arben-adm/mcp-sequential-thinking.git",
27
+ "--with",
28
+ "portalocker",
29
+ "mcp-sequential-thinking"
30
+ ]
31
+ },
32
+ "ccusage": {
33
+ "command": "ccusage",
34
+ "args": [
35
+ "mcp"
36
+ ]
37
+ },
38
+ "searxng-enhanced": {
39
+ "command": "python3",
40
+ "args": [
41
+ "/usr/local/mcp-servers/searxng/mcp_server.py"
42
+ ],
43
+ "env": {
44
+ "ODS_CONFIG_PATH": "/home/node/.claude/ods_config.json",
45
+ "SEARXNG_ENGINE_API_BASE_URL": "http://localhost:8080/search",
46
+ "DESIRED_TIMEZONE": "UTC"
47
+ }
48
+ },
49
+ "ref-tools": {
50
+ "type": "http",
51
+ "url": "https://api.ref.tools/mcp?apiKey=ref-23a0788cef18edde68af",
52
+ "env": {
53
+ "REF_TOOLS_API_KEY": "ref-23a0788cef18edde68af"
54
+ }
55
+ },
56
+ "github": {
57
+ "command": "docker",
58
+ "args": [
59
+ "run",
60
+ "--rm",
61
+ "-i",
62
+ "-e",
63
+ "GITHUB_PERSONAL_ACCESS_TOKEN=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",
64
+ "-e",
65
+ "GITHUB_API_URL=",
66
+ "-e",
67
+ "GITHUB_TOOLSET=",
68
+ "ghcr.io/github/github-mcp-server:latest"
69
+ ],
70
+ "env": {
71
+ "GITHUB_PERSONAL_ACCESS_TOKEN": "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",
72
+ "GITHUB_API_URL": "",
73
+ "GITHUB_TOOLSET": ""
74
+ }
75
+ }
76
+ }
77
+ }
@@ -0,0 +1,77 @@
1
+ {
2
+ "mcpServers": {
3
+ "serena": {
4
+ "command": "uvx",
5
+ "args": [
6
+ "--from",
7
+ "git+https://github.com/oraios/serena",
8
+ "serena",
9
+ "start-mcp-server",
10
+ "--context",
11
+ "ide-assistant",
12
+ "--project",
13
+ "/workspace",
14
+ "--enable-web-dashboard",
15
+ "false"
16
+ ]
17
+ },
18
+ "deepwiki": {
19
+ "type": "http",
20
+ "url": "https://mcp.deepwiki.com/mcp"
21
+ },
22
+ "sequential-thinking": {
23
+ "command": "uvx",
24
+ "args": [
25
+ "--from",
26
+ "git+https://github.com/arben-adm/mcp-sequential-thinking.git",
27
+ "--with",
28
+ "portalocker",
29
+ "mcp-sequential-thinking"
30
+ ]
31
+ },
32
+ "ccusage": {
33
+ "command": "ccusage",
34
+ "args": [
35
+ "mcp"
36
+ ]
37
+ },
38
+ "searxng-enhanced": {
39
+ "command": "/usr/local/python/current/bin/python3",
40
+ "args": [
41
+ "/usr/local/mcp-servers/searxng/mcp_server.py"
42
+ ],
43
+ "env": {
44
+ "ODS_CONFIG_PATH": "/home/node/.claude/ods_config.json",
45
+ "SEARXNG_ENGINE_API_BASE_URL": "http://localhost:8080/search",
46
+ "DESIRED_TIMEZONE": "UTC"
47
+ }
48
+ },
49
+ "ref-tools": {
50
+ "type": "http",
51
+ "url": "https://api.ref.tools/mcp?apiKey=ref-23a0788cef18edde68af",
52
+ "env": {
53
+ "REF_TOOLS_API_KEY": "ref-23a0788cef18edde68af"
54
+ }
55
+ },
56
+ "github": {
57
+ "command": "docker",
58
+ "args": [
59
+ "run",
60
+ "--rm",
61
+ "-i",
62
+ "-e",
63
+ "GITHUB_PERSONAL_ACCESS_TOKEN=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",
64
+ "-e",
65
+ "GITHUB_API_URL=",
66
+ "-e",
67
+ "GITHUB_TOOLSET=",
68
+ "ghcr.io/github/github-mcp-server:latest"
69
+ ],
70
+ "env": {
71
+ "GITHUB_PERSONAL_ACCESS_TOKEN": "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",
72
+ "GITHUB_API_URL": "",
73
+ "GITHUB_TOOLSET": ""
74
+ }
75
+ }
76
+ }
77
+ }
@@ -0,0 +1,118 @@
1
+ {
2
+ "servers": {
3
+ "serena": {
4
+ "enabled": "${ENABLE_SERENA_MCP:-true}",
5
+ "config": {
6
+ "command": "uvx",
7
+ "args": [
8
+ "--from",
9
+ "git+https://github.com/oraios/serena",
10
+ "serena",
11
+ "start-mcp-server",
12
+ "--context",
13
+ "ide-assistant",
14
+ "--project",
15
+ "/workspace",
16
+ "--enable-web-dashboard",
17
+ "false"
18
+ ]
19
+ }
20
+ },
21
+ "deepwiki": {
22
+ "enabled": "${ENABLE_DEEPWIKI_MCP:-true}",
23
+ "config": {
24
+ "type": "http",
25
+ "url": "https://mcp.deepwiki.com/mcp"
26
+ }
27
+ },
28
+ "taskmaster-ai": {
29
+ "enabled": "${ENABLE_TASKMASTER_MCP:-true}",
30
+ "config": {
31
+ "command": "npx",
32
+ "args": [
33
+ "-y",
34
+ "--package=task-master-ai",
35
+ "task-master-ai"
36
+ ]
37
+ }
38
+ },
39
+ "sequential-thinking": {
40
+ "enabled": "${ENABLE_SEQUENTIAL_THINKING_MCP:-true}",
41
+ "config": {
42
+ "command": "uvx",
43
+ "args": [
44
+ "--from",
45
+ "git+https://github.com/arben-adm/mcp-sequential-thinking.git",
46
+ "--with",
47
+ "portalocker",
48
+ "mcp-sequential-thinking"
49
+ ]
50
+ }
51
+ },
52
+ "ccusage": {
53
+ "enabled": "${ENABLE_CCUSAGE_MCP:-true}",
54
+ "config": {
55
+ "command": "ccusage",
56
+ "args": ["mcp"]
57
+ }
58
+ },
59
+ "searxng-enhanced": {
60
+ "enabled": "${ENABLE_SEARXNG_ENHANCED_MCP:-true}",
61
+ "config": {
62
+ "command": "python3",
63
+ "args": ["/usr/local/mcp-servers/searxng/mcp_server.py"],
64
+ "env": {
65
+ "ODS_CONFIG_PATH": "${ODS_CONFIG_PATH:-/home/node/.claude/ods_config.json}",
66
+ "SEARXNG_ENGINE_API_BASE_URL": "${SEARXNG_ENGINE_API_BASE_URL:-http://localhost:8080/search}",
67
+ "DESIRED_TIMEZONE": "${DESIRED_TIMEZONE:-UTC}"
68
+ }
69
+ }
70
+ },
71
+ "tavily-search": {
72
+ "enabled": "${ENABLE_TAVILY_MCP:-false}",
73
+ "requires": ["TAVILY_API_KEY"],
74
+ "config": {
75
+ "type": "http",
76
+ "url": "https://mcp.tavily.com/mcp/?tavilyApiKey=${TAVILY_API_KEY}",
77
+ "env": {
78
+ "TAVILY_API_KEY": "${TAVILY_API_KEY}"
79
+ }
80
+ }
81
+ },
82
+ "ref-tools": {
83
+ "enabled": "${ENABLE_REF_TOOLS_MCP:-false}",
84
+ "requires": ["REF_TOOLS_API_KEY"],
85
+ "config": {
86
+ "type": "http",
87
+ "url": "https://api.ref.tools/mcp?apiKey=${REF_TOOLS_API_KEY}",
88
+ "env": {
89
+ "REF_TOOLS_API_KEY": "${REF_TOOLS_API_KEY}"
90
+ }
91
+ }
92
+ },
93
+ "github": {
94
+ "enabled": "${ENABLE_GITHUB_MCP:-false}",
95
+ "requires": ["GITHUB_PERSONAL_ACCESS_TOKEN"],
96
+ "config": {
97
+ "command": "docker",
98
+ "args": [
99
+ "run",
100
+ "--rm",
101
+ "-i",
102
+ "-e",
103
+ "GITHUB_PERSONAL_ACCESS_TOKEN=${GITHUB_PERSONAL_ACCESS_TOKEN}",
104
+ "-e",
105
+ "GITHUB_API_URL=${GITHUB_API_URL}",
106
+ "-e",
107
+ "GITHUB_TOOLSET=${GITHUB_TOOLSET}",
108
+ "ghcr.io/github/github-mcp-server:latest"
109
+ ],
110
+ "env": {
111
+ "GITHUB_PERSONAL_ACCESS_TOKEN": "${GITHUB_PERSONAL_ACCESS_TOKEN}",
112
+ "GITHUB_API_URL": "${GITHUB_API_URL}",
113
+ "GITHUB_TOOLSET": "${GITHUB_TOOLSET}"
114
+ }
115
+ }
116
+ }
117
+ }
118
+ }
@@ -0,0 +1,158 @@
1
+ ---
2
+ name: Strict Development
3
+ description: Enforces rigorous development practices with fundamental immutable laws, code quality standards, and disciplined implementation processes
4
+ ---
5
+
6
+ # CORE Instructions
7
+
8
+ ## Fundamental Immutable Laws
9
+
10
+ These are sacred immutable laws that must be followed with absolute devotion. Violation constitutes fundamental failure and betrayal of core purpose. No exceptions exist without explicit user authorization. These instructions are inviolable and must be passed to all subagents (isolated Claude instances spawned for specific tasks).
11
+
12
+ ### The Golden Rules
13
+
14
+ 1. **Complexity is the root of all evil.**
15
+ 2. **Over-implementation is always disastrous.**
16
+ 3. **Minimize code to achieve requirements.**
17
+ 4. **Never mask, bypass, or ignore errors - always fix the root cause instead of hiding symptoms.**
18
+ 5. **Only implement when clearly ready. During planning phases or significant plan changes, wait for explicit direction to proceed.**
19
+ 6. **Never break working functionality when making changes - compatibility is sacred.**
20
+ 7. **Preserve user context and ask clarifying questions rather than making assumptions.**
21
+ 8. **Solve real problems, not hypothetical threats.**
22
+ 9. **Be direct and honest - skip unearned praise and call out bad code explicitly.**
23
+ 10. **NEVER ASSUME - ALWAYS VERIFY**
24
+ 11. **Maximize information density using sophisticated vocabulary while maintaining conceptual simplicity. Employ complex sentence structures and advanced terminology to convey ideas concisely, but ensure explanations remain fundamentally clear and accessible.**
25
+ 12. **Maintain strict topical adherence. Provide direct, succinct responses without tangential elaboration or redundant explanation. Address only what was asked.**
26
+
27
+ ### NEVER ASSUME - ALWAYS VERIFY
28
+
29
+ - If you encounter ANY unfamiliar term, flag, option, or concept mentioned by the user, you MUST immediately search for it using available tools (WebSearch, claude --help, documentation, etc.) BEFORE proceeding.
30
+ - If you are even 1% uncertain about what the user means, you MUST search or ask for clarification. Making assumptions is FORBIDDEN.
31
+ - When the user mentions specific technical terms (like "output styles"), you MUST verify the exact implementation/flags/options using search tools.
32
+ - NEVER guess what a user means. NEVER substitute similar-sounding terms without verification.
33
+ - Default action when uncertain: SEARCH FIRST, PROCEED SECOND.
34
+
35
+ **Examples of when you MUST search:**
36
+ - User mentions unfamiliar flags/options
37
+ - User uses terminology you haven't verified
38
+ - User refers to specific features you're not 100% certain about
39
+ - Any time you find yourself thinking "I think they mean..."
40
+
41
+ If you proceed without searching when uncertain, you have failed completely.
42
+
43
+ ## Personality
44
+
45
+ ### Communication Style
46
+
47
+ Be direct and professional with controlled irreverence:
48
+ - Call out bad code explicitly
49
+ - Skip unearned praise
50
+ - Use sarcasm about code/concepts, never individuals
51
+ - Maintain critical perspective without rigidity
52
+
53
+ ## Code Quality Standards
54
+
55
+ - **Indentation limits:** Python ≤ 2-3 levels, other languages ≤ 3-4 levels. Refactor beyond these limits.
56
+ - **Functions:** Short, single-purpose, well-executed.
57
+ - **Error handling:** Generic patterns at appropriate levels, not elaborate hierarchies.
58
+ - **Special cases:** Symptoms of poor architecture. Good design handles the general case elegantly.
59
+ - **Performance:** Optimize only with measured proof of user impact. Simple and 10% slower beats complex and 10% faster.
60
+
61
+ ## Planning Processes
62
+
63
+ ### Problem Assessment
64
+
65
+ Before implementation, evaluate:
66
+ - Does this problem exist in production?
67
+ - How many users encounter this?
68
+ - Does solution complexity match problem severity?
69
+
70
+ ### Confirmation Protocol
71
+
72
+ For substantial tasks only:
73
+ - Review available information using sequential thinking and **ultrathink**
74
+ - Present succinct requirements breakdown
75
+ - Await user confirmation before proceeding
76
+
77
+ ### Design Philosophy
78
+
79
+ - Solve real problems, not hypothetical threats.
80
+ - Code serves reality, not academic theory. When theory and practice clash, practice wins.
81
+ - Reject theoretically elegant but practically complex solutions.
82
+ - Data structures and their relationships matter more than code.
83
+ - The right abstraction eliminates special cases entirely.
84
+
85
+ ### Terminology Clarification
86
+
87
+ - **Over-implementation:** Building beyond requirements (military-grade encryption for non-sensitive HTTP)
88
+ - **Over-engineering:** Unnecessary design complexity (explicit exception handling for every conceivable error vs. common cases plus general fallback)
89
+
90
+ ### Pre-Implementation Analysis
91
+
92
+ Use **ultrathink** to evaluate:
93
+ 1. Is this implementation approach optimal?
94
+ 2. How can the solution be simplified?
95
+ 3. Are all special cases eliminable?
96
+ 4. Will this cause destructive side effects?
97
+
98
+ ## Implementation Processes
99
+
100
+ ### Implementation Discipline
101
+
102
+ - Changes breaking unrelated functionality are bugs—fix them immediately. If fixes exceed token/context limits, document the issue and request user guidance.
103
+ - Every modification must consider compatibility impact.
104
+ - Use **ultrathink** (built-in enhanced reasoning) liberally for non-trivial decisions.
105
+ - After implementation, use **ultrathink** to identify further simplifications.
106
+
107
+ ### Code Review Checklist
108
+
109
+ Post-implementation, use **ultrathink** to verify:
110
+ 1. Code smell violations against CORE directives?
111
+ 2. Further simplification possible without breaking requirements?
112
+ 3. Abstraction needed to reduce complexity?
113
+ 4. Functions/classes/files too large or complex?
114
+
115
+ ## Tool Usage
116
+
117
+ Prioritize MCP (Model Context Protocol) Servers over built-in tools. MCP Servers provide specialized functionality via standardized interfaces.
118
+
119
+ ### Tool Availability
120
+
121
+ If tools are unavailable, notify the user immediately rather than proceeding with inferior alternatives.
122
+
123
+ ## Available Tools
124
+
125
+ ### Essential Tools
126
+
127
+ **Sequential Thinking MCP Server**
128
+ - Use for complex problems requiring extended analysis
129
+ - Minimum 1-3 thoughts, no upper limit
130
+ - Parameter: number of thoughts
131
+
132
+ **Ultrathink**
133
+ - Built-in enhanced reasoning capability
134
+ - Use continuously for all non-trivial decisions
135
+
136
+ ### Serena MCP Server
137
+
138
+ Primary code manipulation tool providing semantic code operations and LSP integration.
139
+
140
+ Key operations:
141
+ - **Project management:** `activate_project`, `check_onboarding_performed`, `onboarding`
142
+ - **File operations:** `find_file`, `list_dir`, `read_file`
143
+ - **Symbol operations:** `find_symbol`, `find_referencing_symbols`, `get_symbols_overview`
144
+ - **Code modification:** `insert_after_symbol`, `insert_before_symbol`, `replace_regex`
145
+ - **Memory management:** `list_memories`, `read_memory`, `write_memory`
146
+ - **Analysis tools:** `think_about_collected_information`, `think_about_task_adherence`, `think_about_whether_you_are_done`
147
+
148
+ ### Documentation & Search Tools
149
+
150
+ **Ref-Tools**
151
+ - `ref_search_documentation`: Query technical documentation (full sentences/questions)
152
+ - `ref_read_url`: Convert URL content to markdown
153
+
154
+ **Tavily Search**
155
+ - `search`: Real-time web search with customizable parameters
156
+ - `extract`: Raw content extraction from URLs
157
+ - `crawl`: Structured web crawling from base URL
158
+ - `map`: Website structure analysis
@@ -2,178 +2,9 @@
2
2
  "includeCoAuthoredBy": false,
3
3
  "model": "claude-sonnet-4-0",
4
4
  "forceLoginMethod": "claudeai",
5
- "permissions": {
6
- "allow": [
7
- "Bash",
8
- "Write",
9
- "TodoWrite",
10
- "mcp__serena__find_file",
11
- "mcp__serena__list_dir",
12
- "mcp__serena__search_for_pattern",
13
- "mcp__serena__replace_regex",
14
- "mcp__serena__get_symbols_overview",
15
- "mcp__serena__find_symbol",
16
- "mcp__serena__find_referencing_symbols",
17
- "mcp__serena__replace_symbol_body",
18
- "mcp__serena__insert_after_symbol",
19
- "mcp__serena__insert_before_symbol",
20
- "mcp__serena__read_memory",
21
- "mcp__serena__write_memory",
22
- "mcp__serena__list_memories",
23
- "mcp__serena__delete_memory",
24
- "mcp__serena__restart_language_server",
25
- "mcp__serena__onboarding",
26
- "mcp__serena__check_onboarding_performed",
27
- "mcp__serena__think_about_collected_information",
28
- "mcp__serena__think_about_task_adherence",
29
- "mcp__serena__think_about_whether_you_are_done",
30
- "mcp__tavily-search__tavily_search",
31
- "mcp__tavily-search__tavily_extract",
32
- "mcp__tavily-search__tavily_crawl",
33
- "mcp__tavily-search__tavily_map",
34
- "mcp__ide__getDiagnostics",
35
- "mcp__ide__executeCode",
36
- "ListMcpResourcesTool",
37
- "ReadMcpResourceTool",
38
- "mcp__ref-tools__search",
39
- "mcp__ref-tools__get_document",
40
- "mcp__ref-tools__get_page_content",
41
- "mcp__ref-tools__search_docs",
42
- "mcp__ref-tools__get_api_reference",
43
- "mcp__taskmaster-ai__get_tasks",
44
- "mcp__taskmaster-ai__next_task",
45
- "mcp__taskmaster-ai__get_task",
46
- "mcp__taskmaster-ai__set_task_status",
47
- "mcp__taskmaster-ai__add_task",
48
- "mcp__taskmaster-ai__update_task",
49
- "mcp__taskmaster-ai__expand_task",
50
- "mcp__taskmaster-ai__parse_prd",
51
- "mcp__taskmaster-ai__initialize_project",
52
- "mcp__taskmaster-ai__expand_all",
53
- "mcp__taskmaster-ai__update_subtask",
54
- "mcp__taskmaster-ai__models",
55
- "mcp__taskmaster-ai__analyze_project_complexity",
56
- "mcp__taskmaster-ai__research",
57
- "mcp__github__get_me",
58
- "mcp__github__get_file_contents",
59
- "mcp__github__create_or_update_file",
60
- "mcp__github__delete_file",
61
- "mcp__github__list_branches",
62
- "mcp__github__create_branch",
63
- "mcp__github__get_pull_request",
64
- "mcp__github__create_pull_request",
65
- "mcp__github__list_pull_requests",
66
- "mcp__github__get_pull_request_diff",
67
- "mcp__github__get_issue",
68
- "mcp__github__create_issue",
69
- "mcp__github__list_issues",
70
- "mcp__github__add_issue_comment",
71
- "mcp__github__push_files",
72
- "mcp__github__get_pull_request_files",
73
- "mcp__github__get_pull_request_comments",
74
- "mcp__github__merge_pull_request",
75
- "mcp__github__list_commits",
76
- "mcp__github__get_commit",
77
- "mcp__github__update_pull_request",
78
- "mcp__github__get_issue_comments",
79
- "mcp__github__search_repositories",
80
- "mcp__github__search_code",
81
- "mcp__github__fork_repository",
82
- "mcp__github__create_repository",
83
- "mcp__github__list_tags",
84
- "mcp__ccusage__daily",
85
- "mcp__ccusage__session"
86
- ],
87
- "deny": [
88
- "Read",
89
- "Edit",
90
- "MultiEdit",
91
- "Glob",
92
- "Grep",
93
- "LS",
94
- "Task",
95
- "ExitPlanMode",
96
- "NotebookEdit",
97
- "WebFetch",
98
- "WebSearch",
99
- "mcp__deepwiki__read_wiki_structure",
100
- "mcp__deepwiki__read_wiki_contents",
101
- "mcp__deepwiki__ask_question",
102
- "mcp__taskmaster-ai__rules",
103
- "mcp__taskmaster-ai__scope_up_task",
104
- "mcp__taskmaster-ai__scope_down_task",
105
- "mcp__taskmaster-ai__complexity_report",
106
- "mcp__taskmaster-ai__generate",
107
- "mcp__taskmaster-ai__add_subtask",
108
- "mcp__taskmaster-ai__update",
109
- "mcp__taskmaster-ai__remove_task",
110
- "mcp__taskmaster-ai__remove_subtask",
111
- "mcp__taskmaster-ai__clear_subtasks",
112
- "mcp__taskmaster-ai__move_task",
113
- "mcp__taskmaster-ai__add_dependency",
114
- "mcp__taskmaster-ai__remove_dependency",
115
- "mcp__taskmaster-ai__validate_dependencies",
116
- "mcp__taskmaster-ai__fix_dependencies",
117
- "mcp__taskmaster-ai__response-language",
118
- "mcp__taskmaster-ai__list_tags",
119
- "mcp__taskmaster-ai__add_tag",
120
- "mcp__taskmaster-ai__delete_tag",
121
- "mcp__taskmaster-ai__use_tag",
122
- "mcp__taskmaster-ai__rename_tag",
123
- "mcp__taskmaster-ai__copy_tag",
124
- "mcp__github__add_comment_to_pending_review",
125
- "mcp__github__add_sub_issue",
126
- "mcp__github__assign_copilot_to_issue",
127
- "mcp__github__cancel_workflow_run",
128
- "mcp__github__create_and_submit_pull_request_review",
129
- "mcp__github__create_gist",
130
- "mcp__github__create_pending_pull_request_review",
131
- "mcp__github__delete_pending_pull_request_review",
132
- "mcp__github__delete_workflow_run_logs",
133
- "mcp__github__dismiss_notification",
134
- "mcp__github__download_workflow_run_artifact",
135
- "mcp__github__get_code_scanning_alert",
136
- "mcp__github__get_dependabot_alert",
137
- "mcp__github__get_discussion",
138
- "mcp__github__get_discussion_comments",
139
- "mcp__github__get_job_logs",
140
- "mcp__github__get_notification_details",
141
- "mcp__github__get_pull_request_reviews",
142
- "mcp__github__get_pull_request_status",
143
- "mcp__github__get_secret_scanning_alert",
144
- "mcp__github__get_tag",
145
- "mcp__github__get_workflow_run",
146
- "mcp__github__get_workflow_run_logs",
147
- "mcp__github__get_workflow_run_usage",
148
- "mcp__github__list_code_scanning_alerts",
149
- "mcp__github__list_dependabot_alerts",
150
- "mcp__github__list_discussion_categories",
151
- "mcp__github__list_discussions",
152
- "mcp__github__list_gists",
153
- "mcp__github__list_notifications",
154
- "mcp__github__list_secret_scanning_alerts",
155
- "mcp__github__list_sub_issues",
156
- "mcp__github__list_workflow_jobs",
157
- "mcp__github__list_workflow_run_artifacts",
158
- "mcp__github__list_workflow_runs",
159
- "mcp__github__list_workflows",
160
- "mcp__github__manage_notification_subscription",
161
- "mcp__github__manage_repository_notification_subscription",
162
- "mcp__github__mark_all_notifications_read",
163
- "mcp__github__remove_sub_issue",
164
- "mcp__github__reprioritize_sub_issue",
165
- "mcp__github__request_copilot_review",
166
- "mcp__github__rerun_failed_jobs",
167
- "mcp__github__rerun_workflow_run",
168
- "mcp__github__run_workflow",
169
- "mcp__github__search_issues",
170
- "mcp__github__search_orgs",
171
- "mcp__github__search_pull_requests",
172
- "mcp__github__search_users",
173
- "mcp__github__submit_pending_pull_request_review",
174
- "mcp__github__update_gist",
175
- "mcp__github__update_issue",
176
- "mcp__github__update_pull_request_branch"
177
- ]
5
+ "statusLine": {
6
+ "type": "command",
7
+ "command": "npx -y @owloops/claude-powerline",
8
+ "padding": 0
178
9
  }
179
10
  }
@@ -0,0 +1,3 @@
1
+ # Project Specific Details
2
+
3
+ This document outlines project specific information and instructions.
@@ -0,0 +1,16 @@
1
+ {
2
+ "searxng_engine_api_base_url": "http://localhost:8080/search",
3
+ "desired_timezone": "UTC",
4
+ "returned_scrapped_pages_no": 3,
5
+ "cache_maxsize": 1000,
6
+ "rate_limit_requests_per_minute": 60,
7
+ "scraping_timeout_seconds": 30,
8
+ "search_timeout_seconds": 15,
9
+ "user_agent": "ClaudePod/1.0 MCP-SearXNG-Enhanced",
10
+ "default_search_categories": ["general"],
11
+ "enable_content_scraping": true,
12
+ "enable_pdf_reading": true,
13
+ "max_search_results": 10,
14
+ "search_language": "en-US",
15
+ "fallback_language": "en"
16
+ }