Skip to content

Commit 23b1c94

Browse files
committed
📈 AkTools MCP Server
1 parent 3bdc61a commit 23b1c94

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
```yaml
2424
{
2525
"mcpServers": {
26-
"mcp-aktools": {
26+
"aktools": {
2727
"command": "uvx",
2828
"args": ["mcp-aktools"],
2929
"env": {
@@ -44,7 +44,7 @@
4444
```yaml
4545
{
4646
"mcpServers": {
47-
"mcp-aktools": {
47+
"aktools": {
4848
"url": "https://server.smithery.ai/@aahl/mcp-aktools/mcp" # Streamable HTTP
4949
}
5050
}
@@ -61,7 +61,7 @@ docker-compose up -d
6161
```yaml
6262
{
6363
"mcpServers": {
64-
"mcp-aktools": {
64+
"aktools": {
6565
"url": "http://0.0.0.0:8808/mcp" # Streamable HTTP
6666
}
6767
}

server.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
2-
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-10-17/server.schema.json",
2+
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
33
"name": "io.github.aahl/mcp-aktools",
44
"title": "AkTools MCP Server",
55
"description": "MCP Server for stock and crypto",
6-
"version": "0.1.14",
76
"repository": {
87
"url": "https://github.com/aahl/mcp-aktools",
98
"source": "github"
109
},
10+
"version": "0.1.14",
1111
"packages": [
1212
{
1313
"registryType": "pypi",

0 commit comments

Comments
 (0)