@nitedani/mcp-webresearch
Version:
MCP server for web research
26 lines (20 loc) • 553 B
HTML
<html>
<head>
<meta charset="UTF-8">
<style>
body {padding:20px}
label {display:block; width:800px; padding:0 0 20px}
textarea {width:100%; height:150px}
</style>
</head>
<body>
<h1 id="title"></h1>
<label>
<span id="whitelist_label"></span><br />
<textarea id="whitelist"></textarea>
</label>
<input type="button" id="save" value="" style="min-width:100px" /> <div id="status_saved" style="display:none; color:green; padding-left:5px"></div>
<script src="options.js"></script>
</body>
</html>