renzoide commited on
Commit
a4c739f
·
verified ·
1 Parent(s): 92d934d

Add note explaining API deactivation and hackathon context in README

Browse files
Files changed (1) hide show
  1. README.md +5 -1
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!