Skip to content

Commit 5f4fbe6

Browse files
committed
fix: removed hello tool
1 parent aae9cda commit 5f4fbe6

3 files changed

Lines changed: 2 additions & 8 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
TAG_SERVICES: 0.0.9
2323
TAG_EXTERNAL: 0.0.1
2424
TAG_UI: 0.0.31
25-
TAG_MCP: 0.0.8
25+
TAG_MCP: 0.0.9
2626

2727
steps:
2828
- name: Checkout code

objectified-mcp/server.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,6 @@ def run_query(conn: psycopg2.extensions.connection, query: str,
3131
finally:
3232
conn.close()
3333

34-
@mcp.tool()
35-
async def hello() -> str:
36-
"""Greets the user."""
37-
print("Hello World")
38-
return f"Hello world!"
39-
4034
@mcp.tool()
4135
async def get_data_types() -> list[str]:
4236
"""Retrieves a list of all available data types"""

objectified-services/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"bcrypt": "^5.1.1",
2929
"commander": "^12.1.0",
3030
"express": "^4.21.2",
31-
"jsonwebtoken": "^8.5.1",
31+
"jsonwebtoken": "^9.0.2",
3232
"pg-promise": "^11.10.2",
3333
"rxjs": "^7.8.1",
3434
"ts-loader": "^9.5.1",

0 commit comments

Comments
 (0)