Skip to content

nikosdelis/mcp-workshop-01-first-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

First Server - README

This project contains a simple C# server application. Below is a summary of its functionality based on Program.cs:

Features

  • Initializes a basic web server using ASP.NET Core.
  • Listens for HTTP requests on a specified port.
  • Responds with a simple message (e.g., "Hello World!") to incoming requests.

Getting Started

Prerequisites

Running the Server

dotnet run

The server will start and listen for requests. By default, you can access it at http://localhost:5000.

Example Request

Open your browser and navigate to:

http://localhost:5000

You should see the response defined in Program.cs.

Project Structure

  • Program.cs: Entry point and main logic for the server.
  • README.md: Project overview and instructions.

Customization

Modify Program.cs to change the response or add more endpoints.

License

This project is licensed under the MIT License.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages