Skip to content

Commit f15200b

Browse files
committed
move embedded space down
1 parent 320f77a commit f15200b

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

mcp-for-research.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,6 @@ authors:
77

88
# MCP for Research: How to Connect AI to Research Tools
99

10-
<script
11-
type="module"
12-
src="https://gradio.s3-us-west-2.amazonaws.com/4.36.1/gradio.js"
13-
></script>
14-
15-
<gradio-app theme_mode="light" space="dylanebert/research-tracker-mcp"></gradio-app>
16-
1710
Academic research involves frequent **research discovery**: finding papers, code, related models and datasets. This typically means switching between platforms like [arXiv](https://arxiv.org/), [GitHub](https://github.com/), and [Hugging Face](https://huggingface.co/), manually piecing together connections.
1811

1912
The [Model Context Protocol (MCP)](https://huggingface.co/learn/mcp-course/unit0/introduction) is a standard that allows agentic models to communicate with external tools and data sources. For research discovery, this means AI can use research tools through natural language requests, automating platform switching and cross-referencing.
@@ -105,6 +98,13 @@ For setup instructions, see the [Research Tracker MCP](https://huggingface.co/sp
10598
}
10699
```
107100

101+
<script
102+
type="module"
103+
src="https://gradio.s3-us-west-2.amazonaws.com/4.36.1/gradio.js"
104+
></script>
105+
106+
<gradio-app theme_mode="light" space="dylanebert/research-tracker-mcp"></gradio-app>
107+
108108
## Learn More
109109

110110
**Get Started:**

0 commit comments

Comments
 (0)