We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c639b39 commit 9f96580Copy full SHA for 9f96580
src/Demo/Hello.cs
@@ -0,0 +1,3 @@
1
+#:property ImplicitUsings=true
2
+
3
+Console.WriteLine("Hello, World!");
src/Demo/Mcp.cs
@@ -1,5 +1,6 @@
#:property Title=LaTeX to Image MCP
#:property Version=0.5.0
4
#:package Smith@0.2.5
5
#:package DotNetConfig.Configuration@1.2.*
6
#:package ModelContextProtocol@0.3.0-preview.*
src/Demo/Properties/launchSettings.json
@@ -5,6 +5,9 @@
},
"Mcp.cs": {
7
"commandName": "Project"
8
+ },
9
+ "Hello.cs": {
10
+ "commandName": "Project"
11
}
12
13
0 commit comments