Skip to content

Commit efa5f37

Browse files
authored
feat: remote-mcp app scaffold [DX-458][DX-459] (#10206)
* feat: app framework created * chore: persisting checkbox added * chore: config text updated * chore: readme update * chore: test update * fix: prettier format * fix: better parameter handling
1 parent 431eee0 commit efa5f37

File tree

15 files changed

+8480
-0
lines changed

15 files changed

+8480
-0
lines changed

apps/remote-mcp/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Contentful Remote MCP (Public Alpha)

apps/remote-mcp/index.html

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="utf-8" />
5+
<meta name="viewport" content="width=device-width, initial-scale=1" />
6+
</head>
7+
<body>
8+
<noscript>You need to enable JavaScript to run this app.</noscript>
9+
<div id="root"></div>
10+
<script type="module" src="/src/index.tsx"></script>
11+
<!--
12+
This HTML file is a template.
13+
If you open it directly in the browser, you will see an empty page.
14+
You can add webfonts, meta tags, or analytics to this file.
15+
The build step will place the bundled scripts into the <body> tag.
16+
To begin the development, run `npm start`.
17+
To create a production bundle, use `npm run build`.
18+
-->
19+
</body>
20+
</html>

0 commit comments

Comments
 (0)