Skip to content

Commit 24bb3a9

Browse files
committed
renamed mcp_hub
1 parent 30a75e4 commit 24bb3a9

File tree

131 files changed

+103
-103
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

131 files changed

+103
-103
lines changed

src/server/mcp-hub/accuweather/.env.template renamed to src/server/mcp_hub/accuweather/.env.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# server/mcp-hub/accuweather/.env.template
1+
# server/mcp_hub/accuweather/.env.template
22

33
# AccuWeather API Configuration
44
# Get your free key from https://developer.accuweather.com/
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# server/mcp-hub/accuweather/auth.py
1+
# server/mcp_hub/accuweather/auth.py
22

33
import os
44
from fastmcp.exceptions import ToolError
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# server/mcp-hub/accuweather/main.py
1+
# server/mcp_hub/accuweather/main.py
22

33
import os
44
from typing import Dict, Any
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# server/mcp-hub/accuweather/prompts.py
1+
# server/mcp_hub/accuweather/prompts.py
22

33
weather_agent_system_prompt = """
44
You are a helpful AI assistant that can provide weather information using the available tools.
File renamed without changes.

src/server/mcp-hub/accuweather/test_client.py renamed to src/server/mcp_hub/accuweather/test_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# server/mcp-hub/accuweather/test_client.py
1+
# server/mcp_hub/accuweather/test_client.py
22

33
import json
44
from qwen_agent.agents import Assistant
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# server/mcp-hub/accuweather/utils.py
1+
# server/mcp_hub/accuweather/utils.py
22

33
import os
44
import json
File renamed without changes.

0 commit comments

Comments
 (0)