Upload 2 files
Browse files- .gitattributes +1 -0
- MCPServer_test.webm +3 -0
- README.md +4 -0
.gitattributes
CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
+
MCPServer_test.webm filter=lfs diff=lfs merge=lfs -text
|
MCPServer_test.webm
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7e0f3ab0acb76ea940d549ee1d1c2258b0093042436785c5e56fbf22a447683e
|
3 |
+
size 1569900
|
README.md
CHANGED
@@ -92,6 +92,10 @@ The server exposes an MCP-compatible endpoint that can be used by AI agents. The
|
|
92 |
|
93 |
and returns a list of normalized entities.
|
94 |
|
|
|
|
|
|
|
|
|
95 |
## Future Improvements
|
96 |
|
97 |
Our biomedical text normalization MCP server can be enhanced in several ways:
|
|
|
92 |
|
93 |
and returns a list of normalized entities.
|
94 |
|
95 |
+
### Video
|
96 |
+
|
97 |
+
Here is a [video link](./MCPServer_test.webm) that shows the MCP server in action with a Gradio-based MCP client:
|
98 |
+
|
99 |
## Future Improvements
|
100 |
|
101 |
Our biomedical text normalization MCP server can be enhanced in several ways:
|