abrezey commited on
Commit
06d91a4
·
1 Parent(s): a3d87d5

updating readme

Browse files
Files changed (1) hide show
  1. README.md +9 -1
README.md CHANGED
@@ -8,6 +8,14 @@ sdk_version: 5.33.0
8
  app_file: app.py
9
  pinned: false
10
  short_description: mcp-census server build for the agents-mcp-hackathon
 
 
11
  ---
12
 
13
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
8
  app_file: app.py
9
  pinned: false
10
  short_description: mcp-census server build for the agents-mcp-hackathon
11
+ tags:
12
+ - mcp-server-track
13
  ---
14
 
15
+ # Possible improvements
16
+
17
+ * Rather than build tool sets for every Census dataset (decennial, american community survey, etc.), it may be more comprensive to build tooling around the [machine readable dataset discovery tool](https://www.census.gov/data/developers/updates/new-discovery-tool.html).
18
+ * The Census Bureau publishes myriad documentation. Enabling semantic retrieval via RAG should provide agents with information to better respond to user queries.
19
+
20
+
21
+ Check out the configuration reference at [https://huggingface.co/docs/hub/spaces-config-reference](https://huggingface.co/docs/hub/spaces-config-reference)