Skip to content

Commit d53769f

Browse files
committed
updated the reddit server docs
1 parent 73459b1 commit d53769f

1 file changed

Lines changed: 13 additions & 2 deletions

File tree

docs/mcp_reddit_server.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff 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
1919
cd ../fw_ex/praw_spiked
@@ -29,7 +29,7 @@ After the client start, you will be prompted for the query.
2929
Query: 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

3434
The server.py contains the tools to connect with
3535
reddit API, and the client.py contains the code to
@@ -40,3 +40,14 @@ the ../fw_ex/praw_spiked/vabired_app02.py. The MCP
4040
server and client are a different interface to the
4141
way we interact with the computers. So instead of
4242
using 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)

0 commit comments

Comments
 (0)