File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ This is part of the vabired project.
1313- Project Path:
1414 ../fw_ex/praw_spiked/mcp-reddit-server
1515
16- - Project setup commands:
16+ ### Project setup commands:
1717
1818``` bash
1919cd ../fw_ex/praw_spiked
@@ -29,7 +29,7 @@ After the client start, you will be prompted for the query.
2929Query: You are reddit analysing agent. Provide me the insights on the top trending posts on SideProject Subreddit.
3030```
3131
32- - Project Description:
32+ ### Project Description:
3333
3434The server.py contains the tools to connect with
3535reddit API, and the client.py contains the code to
@@ -40,3 +40,14 @@ the ../fw_ex/praw_spiked/vabired_app02.py. The MCP
4040server and client are a different interface to the
4141way we interact with the computers. So instead of
4242using REST API servers, we will use plain english.
43+
44+ ### Project References
45+
46+ - Server code referred from :
47+ [ MCP Installation] ( https://github.com/modelcontextprotocol/python-sdk?tab=readme-ov-file#installation )
48+
49+ - Client code referred from:
50+ [ Introducing Clients] ( https://modelcontextprotocol.io/quickstart/client )
51+
52+ - Praw Code referred from:
53+ [ Vabired code] ( ../docs/vabired_docs.md )
You can’t perform that action at this time.
0 commit comments