Add note explaining API deactivation and hackathon context in README
Browse files
README.md
CHANGED
@@ -13,6 +13,8 @@ tags:
|
|
13 |
- mcp-server-track
|
14 |
---
|
15 |
|
|
|
|
|
16 |
# 🌍 Geocalc MCP Server
|
17 |
|
18 |
A Model Context Protocol (MCP) server that provides geographic calculation tools for AI models.
|
@@ -29,4 +31,6 @@ A Model Context Protocol (MCP) server that provides geographic calculation tools
|
|
29 |
- Route planning with visualization
|
30 |
- Optimized for context window efficiency
|
31 |
|
32 |
-
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
|
|
13 |
- mcp-server-track
|
14 |
---
|
15 |
|
16 |
+
**Note:** This project was created as part of a hackathon. The API used for address calculations is currently not active due to cost limitations. However, feel free to explore the code if you’re curious about how everything works!
|
17 |
+
|
18 |
# 🌍 Geocalc MCP Server
|
19 |
|
20 |
A Model Context Protocol (MCP) server that provides geographic calculation tools for AI models.
|
|
|
31 |
- Route planning with visualization
|
32 |
- Optimized for context window efficiency
|
33 |
|
34 |
+
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
35 |
+
|
36 |
+
**Note:** This project was created as part of a hackathon. The API used for address calculations is currently not active due to cost limitations. However, feel free to explore the code if you’re curious about how everything works!
|