You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: replace research prompts with AI instruction prompts
- Replace 4 old research prompts with 2 new AI instruction prompts
- Add 'summary_prompt': instructs LLM to create fact-based summaries with citations
- Add 'search_prompt': guides LLM through proper search workflow and filtering
- Summary prompt enforces strict citation requirements with inline [n] format
- Search prompt teaches proper OData filter discovery and validation
- Update README to reflect new prompt purposes and functionality
- Update smithery.yaml with new prompt names
- All tests pass (14/14) with improved coverage (75%)
BREAKING CHANGE: removed fraud_investigation_search, compliance_recommendations,
risk_analysis, and findings_summary prompts
Copy file name to clipboardExpand all lines: README.md
+25-30Lines changed: 25 additions & 30 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,8 +12,6 @@
12
12
13
13
<br/>
14
14
15
-
> 🔍 Enable AI assistants to search and access Program Integrity Alliance documents through a simple MCP interface.
16
-
17
15
This MCP Server provides tools for working with Government Open Data which has been processed by the [The Program Integrity Alliance (PIA)](https://programintegrity.org/).
18
16
19
17
Currently this includes:
@@ -36,7 +34,7 @@ This data is updated weekly, and we will be adding more datasets and tools soon.
36
34
37
35
- 🔎 **Document Search**: Query PIA database with comprehensive OData filtering options
38
36
- 📊 **Faceted Search**: Discover available filter fields and values
39
-
- 📝 **Research Prompts**: Specialized prompts for fraud investigation, compliance, and risk analysis
37
+
- 📝 **AI Instruction Prompts**: Prompts that instruct LLMs on how to summarize search results and use search tools
0 commit comments